From 4ad1d706bb65f34978993a529b68290091e65028 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Sat, 7 Mar 2009 09:21:07 +0000 Subject: [PATCH] Docs: LM A.5.1 Reposition piano in GrandStaff - (thanks, Kieren) --- input/lsr/orchestra-choir-and-piano-template.ly | 16 ++++++++-------- input/new/orchestra-choir-and-piano-template.ly | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) 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" { -- 2.39.5