Skip to content

Commit

Permalink
Remove staff name.
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Sep 3, 2012
1 parent bc42b2c commit 37c20ae
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions cabernet.ly
Expand Up @@ -10,6 +10,7 @@

\include "english.ly"


staffMelody = \new Staff {
\time 3/4
\set Staff.instrumentName = "Melody"
Expand Down Expand Up @@ -62,15 +63,19 @@ harmonies = \new ChordNames \chordmode {
}

\score {
<<
\harmonies
\staffMelody
>>
<<
\harmonies
\staffMelody
>>

\midi {
}

\layout {
\context {
\Staff
\remove "Instrument_name_engraver"
}
}
}

Expand Down

0 comments on commit 37c20ae

Please sign in to comment.