lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NR 3.3.2: nitpicks in lily example (issue 284060043 by address@hidden)


From: simon . albrecht
Subject: NR 3.3.2: nitpicks in lily example (issue 284060043 by address@hidden)
Date: Sun, 03 Jan 2016 21:59:26 +0000

Reviewers: ,

Message:
Please review.

Description:
NR 3.3.2: nitpicks in lily example

add a missing space
and use a layout block instead of duplicating code

Please review this at https://codereview.appspot.com/284060043/

Affected files (+7, -3 lines):
  M Documentation/notation/input.itely


Index: Documentation/notation/input.itely
diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index 768fab6841c563696285c4d17854804bd2af49e6..62e13f0592a68586916978b3ae24894ab60e1240 100644
--- a/Documentation/notation/input.itely
+++ b/Documentation/notation/input.itely
@@ -2126,7 +2126,7 @@ sopranoMusic = \relative { a'4 b c b8( a) }
 altoMusic = \relative { e'4 e e f }
 tenorMusic = \relative { c'4 b e d8( c) }
 bassMusic = \relative { a4 gis a d, }
-allLyrics = \lyricmode {King of glo -- ry }
+allLyrics = \lyricmode { King of glo -- ry }
 <<
   \new Staff = "Soprano" \sopranoMusic
   \new Lyrics \allLyrics
@@ -2144,19 +2144,23 @@ allLyrics = \lyricmode {King of glo -- ry }
   \new Lyrics \allLyrics
   \new PianoStaff <<
     \new Staff = "RH" {
-      \set Staff.printPartCombineTexts = ##f
       \partcombine
       \sopranoMusic
       \altoMusic
     }
     \new Staff = "LH" {
-      \set Staff.printPartCombineTexts = ##f
       \clef "bass"
       \partcombine
       \tenorMusic
       \bassMusic
     }
   >>
+  \layout {
+    \context {
+      \Staff
+      printPartCombineTexts = ##f
+    }
+  }
 >>
 @end lilypond






reply via email to

[Prev in Thread] Current Thread [Next in Thread]