]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / lsr / dodecaphonic-style-accidentals-for-each-note-including-naturals.ly
index c9aa698cf89750c0b9c0620a96b2b17afeaee97b..790ae66736cc14e8c5b01a06877dd7c1dcce6b72 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.62"
+\version "2.13.0"
 
 \header {
   doctitlees = "Alteraciones de estilo dodecafónico para todas las notas, incluidas las naturales"
@@ -44,6 +44,7 @@ This snippet shows how to achieve such notation rules.
   doctitle = "Dodecaphonic-style accidentals for each note including naturals"
 } % begin verbatim
 
+
 \score {
   \new Staff {
     #(set-accidental-style 'dodecaphonic)
@@ -53,8 +54,8 @@ This snippet shows how to achieve such notation rules.
   }
   \layout {
     \context {
-    \Staff
-    \remove "Key_engraver"
+      \Staff
+      \remove "Key_engraver"
     }
   }
 }