]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/applying-note-head-styles-depending-on-the-step-of-the-scale.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / lsr / applying-note-head-styles-depending-on-the-step-of-the-scale.ly
index f082e83e48d8c09c99af8f64f2c80a7a30ba61ea..14feb5ed898dca7b73452f60702f4ad7502d92e4 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.62"
+\version "2.12.0"
 
 \header {
   lsrtags = "pitches, editorial-annotations"
@@ -69,6 +69,9 @@ correspondence between harmonic functions and note head styles.
 "
   doctitle = "Applying note head styles depending on the step of the scale"
 } % begin verbatim
+
+\layout { ragged-right = ##t }
+
 fragment = {
   \key c \major
   c2 d
@@ -81,14 +84,17 @@ fragment = {
   \new Staff {
     \transpose c d 
     \relative c' {
-      \set shapeNoteStyles = #'#(do re mi fa #f la ti)
+      \set shapeNoteStyles = #'#(do re mi fa
+                                 #f la ti)
       \fragment
     }
-    
+
+    \break
+
     \relative c' {
-      \set shapeNoteStyles  = #'#(cross triangle fa #f mensural xcircle diamond)
+      \set shapeNoteStyles  = #'#(cross triangle fa #f
+                                  mensural xcircle diamond)
       \fragment
     }
   }
 }
-