]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/applying-note-head-styles-depending-on-the-step-of-the-scale.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / applying-note-head-styles-depending-on-the-step-of-the-scale.ly
index f082e83e48d8c09c99af8f64f2c80a7a30ba61ea..986b9ffd477c7268b27e657276e4947233d7d9fa 100644 (file)
@@ -1,10 +1,11 @@
 %% 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.13.1"
 
 \header {
   lsrtags = "pitches, editorial-annotations"
 
+%% Translation of GIT committish: 48f804da6794a7bc8e7fdd4b1649f485b0b09d26
   doctitlees = "Aplicar estilos de cabeza segĂșn la nota de la escala"
   texidoces = "
 La propiedad @code{shapeNoteStyles} se puede usar para definir varios
@@ -28,6 +29,7 @@ nota.
 
 "
 
+%% Translation of GIT committish: e75f1604a1b866c853dee42dbffcb7800c706a5f
   doctitlede = "Notenkopfstile besierend auf der Tonleiterstufe erstellen"
   texidocde = "
 Die @code{shapeNoteStyles}-(NotenFormenStile)-Eigenschaft kann benutzt
@@ -69,6 +71,7 @@ correspondence between harmonic functions and note head styles.
 "
   doctitle = "Applying note head styles depending on the step of the scale"
 } % begin verbatim
+
 fragment = {
   \key c \major
   c2 d
@@ -81,14 +84,19 @@ 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
     }
   }
+  \layout { ragged-right = ##t }
 }