Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(42)

Unified Diff: Documentation/snippets/chant-or-psalms-notation.ly

Issue 6345088: Fixes all black bars in NR (Closed)
Patch Set: Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Documentation/snippets/chant-or-psalms-notation.ly
diff --git a/Documentation/snippets/chant-or-psalms-notation.ly b/Documentation/snippets/chant-or-psalms-notation.ly
index a76309b1d3e56d011cded36493c63f1087a631be..f48d2c2be80abd10af72e7f1aca6a4181ea072a7 100644
--- a/Documentation/snippets/chant-or-psalms-notation.ly
+++ b/Documentation/snippets/chant-or-psalms-notation.ly
@@ -45,9 +45,15 @@ aren't always the same length.
doctitle = "Chant or psalms notation"
} % begin verbatim
+stemOn = {
+ \revert Staff.Stem #'transparent
+ \revert Staff.Flag #'transparent
+}
-stemOn = { \revert Staff.Stem #'transparent \revert Staff.Flag #'transparent }
-stemOff = { \override Staff.Stem #'transparent = ##t \override Staff.Flag #'transparent = ##t }
+stemOff = {
+ \override Staff.Stem #'transparent = ##t
+ \override Staff.Flag #'transparent = ##t
+}
\score {
\new Staff \with { \remove "Time_signature_engraver" }

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b