]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: LM A.5.1 Reposition piano in GrandStaff
authorTrevor Daniels <t.daniels@treda.co.uk>
Sat, 7 Mar 2009 09:21:07 +0000 (09:21 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Sat, 7 Mar 2009 09:21:07 +0000 (09:21 +0000)
 - (thanks, Kieren)

input/lsr/orchestra-choir-and-piano-template.ly
input/new/orchestra-choir-and-piano-template.ly

index 52950206a9bc37cfa4269e0d954631a213466349..632c11c5d95988e77acb799809bfc55d9f5d7819 100644 (file)
@@ -115,6 +115,14 @@ bassMusic = \relative c { \clef "bass_8" \key c \major c,1 d }
       \set RhythmicStaff.instrumentName = "Percussion"
       \percussionMusic
     >>
+    \new PianoStaff \with { \consists Instrument_name_engraver } <<
+      \set PianoStaff.instrumentName = "Piano"
+      \new Staff { \pianoRHMusic }
+      \new Staff {
+        \clef bass
+        \pianoLHMusic
+      }
+    >>
     \new ChoirStaff = "ChoirStaff_choir" <<
       \new Staff = "Staff_soprano" {
         \set Staff.instrumentName = "Soprano"
@@ -144,14 +152,6 @@ bassMusic = \relative c { \clef "bass_8" \key c \major c,1 d }
       }
       \new Lyrics \lyricsto "tenor" { \tenorLyrics }
     >>
-    \new PianoStaff \with { \consists Instrument_name_engraver } <<
-      \set PianoStaff.instrumentName = "Piano"
-      \new Staff { \pianoRHMusic }
-      \new Staff {
-        \clef bass
-        \pianoLHMusic
-      }
-    >>
     \new StaffGroup = "StaffGroup_strings" <<
       \new GrandStaff = "GrandStaff_horns" <<
         \new Staff = "Staff_violinI" {
index 7e643d412c4bdbd8aea15b0085507e36c54accf2..d2f057bebb38753e03459dbc19b9bc4c40caf1cd 100644 (file)
@@ -101,6 +101,14 @@ bassMusic = \relative c { \clef "bass_8" \key c \major c,1 d }
       \set RhythmicStaff.instrumentName = "Percussion"
       \percussionMusic
     >>
+    \new PianoStaff \with { \consists Instrument_name_engraver } <<
+      \set PianoStaff.instrumentName = "Piano"
+      \new Staff { \pianoRHMusic }
+      \new Staff {
+        \clef bass
+        \pianoLHMusic
+      }
+    >>
     \new ChoirStaff = "ChoirStaff_choir" <<
       \new Staff = "Staff_soprano" {
         \set Staff.instrumentName = "Soprano"
@@ -130,14 +138,6 @@ bassMusic = \relative c { \clef "bass_8" \key c \major c,1 d }
       }
       \new Lyrics \lyricsto "tenor" { \tenorLyrics }
     >>
-    \new PianoStaff \with { \consists Instrument_name_engraver } <<
-      \set PianoStaff.instrumentName = "Piano"
-      \new Staff { \pianoRHMusic }
-      \new Staff {
-        \clef bass
-        \pianoLHMusic
-      }
-    >>
     \new StaffGroup = "StaffGroup_strings" <<
       \new GrandStaff = "GrandStaff_horns" <<
         \new Staff = "Staff_violinI" {