]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/simple-song.ly
* lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
[lilypond.git] / input / simple-song.ly
index fed51a97ede6a7379165b7b17868cc2f78164ac7..000245ebe278c072076c2898af51d4082157a3b6 100644 (file)
@@ -1,11 +1,13 @@
+%% Optional helper for quick click and edit mode.  May be omitted
+#(ly:set-point-and-click 'line-column)
+
 %% A simple song in LilyPond
 <<
     \relative {
        \clef bass
-       d2 d c4 bes a2 \break
+       d,2 d c4 bes a2 \break
        c2 c d4 f g2
     }
-
     \addlyrics {
        My first Li -- ly song,
        Not much can go wrong!
@@ -13,4 +15,5 @@
 >>
 
 %% Optional helper for automatic updating by convert-ly.  May be omitted.
-\version "2.3.0"
+\version "2.4.0"
+