]> 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 175f27120f01f8b6b0021fe97ecf64d5debb78d0..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.66"
+\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
@@ -70,8 +72,6 @@ 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
@@ -92,9 +92,11 @@ 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 }
 }
+