]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/displaying-complex-chords.ly
LSR import
[lilypond.git] / Documentation / snippets / displaying-complex-chords.ly
index a433eb96d0a6cd764b2cb22f559a3058ba82664f..b90be170835f5163faa0c615ebe0bc6c8c89801b 100644 (file)
@@ -30,6 +30,7 @@ fixB = {
   \once \override Accidental.extra-offset = #'(4 . -.1)
 }
 
+
 \relative c' {
   << { \fixA <b d!>8 } \\ { \voiceThree \fixB dis } >> s
 }