From: Trevor Daniels Date: Sat, 7 Mar 2009 09:21:07 +0000 (+0000) Subject: Docs: LM A.5.1 Reposition piano in GrandStaff X-Git-Tag: release/2.13.1-1~83 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4ad1d706bb65f34978993a529b68290091e65028;p=lilypond.git Docs: LM A.5.1 Reposition piano in GrandStaff - (thanks, Kieren) --- diff --git a/input/lsr/orchestra-choir-and-piano-template.ly b/input/lsr/orchestra-choir-and-piano-template.ly index 52950206a9..632c11c5d9 100644 --- a/input/lsr/orchestra-choir-and-piano-template.ly +++ b/input/lsr/orchestra-choir-and-piano-template.ly @@ -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" { diff --git a/input/new/orchestra-choir-and-piano-template.ly b/input/new/orchestra-choir-and-piano-template.ly index 7e643d412c..d2f057bebb 100644 --- a/input/new/orchestra-choir-and-piano-template.ly +++ b/input/new/orchestra-choir-and-piano-template.ly @@ -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" {