]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-ledger.ly
*** empty log message ***
[lilypond.git] / input / regression / accidental-ledger.ly
index 9128d022f56a7ec3044ca0c499c3ff55f1b3136d..8fd0f250096a7c6700862746929718baa8ccee24 100644 (file)
@@ -1,12 +1,39 @@
-\version "1.5.68"
+\version "2.2.0"
 
 \header {
-    texidoc = "Ledger lines are shortened when there are accidentals"
-}
 
-\score { \notes
-{
- cis'4 cis'! cis' cis'
+    texidoc = "Ledger lines are shortened when there are accidentals.
+This happens only for the single ledger line close to the note head,
+and only if the accidental is horizontally close to the head.  "
+    
 }
-        \paper { linewidth = -1. }
+
+
+\score {
+    \notes
+       \relative c {
+           disis
+           dis
+           d
+           des
+           deses
+           eses
+           es
+           e
+           eis
+           eisis
+           eses'''
+           es
+           e
+           eis
+           eisis
+           feses
+           fes
+           f
+           fis
+           fisis
+           <cis,, gis'>
+           
+       } 
+
 }