]> git.donarmstrong.com Git - lilypond.git/commitdiff
Compile fix.
authorNeil Puttock <n.puttock@gmail.com>
Sun, 19 Oct 2008 20:31:27 +0000 (21:31 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Sun, 19 Oct 2008 20:31:27 +0000 (21:31 +0100)
input/lsr/fretted-strings.snippet-list
input/lsr/guitar-strum-rhythms.ly [new file with mode: 0644]
input/lsr/rhythms.snippet-list

index 9cbdabd59a39138274ae9aa8c3ded78a49820d74..ca57c2f2add3c137e969d38dff93f3c96aaf1129 100644 (file)
@@ -3,6 +3,7 @@ flamenco-notation.ly
 adding-fingerings-to-tablatures.ly
 placement-of-right-hand-fingerings.ly
 fingerings,-string-indications,-and-right-hand-fingerings.ly
+guitar-strum-rhythms.ly
 polyphony-in-tablature.ly
 jazz-combo-template.ly
 adding-fingerings-to-a-score.ly
diff --git a/input/lsr/guitar-strum-rhythms.ly b/input/lsr/guitar-strum-rhythms.ly
new file mode 100644 (file)
index 0000000..fd66eca
--- /dev/null
@@ -0,0 +1,56 @@
+%% Do not edit this file; it is auto-generated from input/new
+%% This file is in the public domain.
+\version "2.11.62"
+
+\header {
+  lsrtags = "rhythms,fretted-strings"
+  texidoc = "
+For guitar music, it is possible to show strum rhythms, along
+with melody notes, chord names, and fret diagrams.
+"
+  doctitle = "Guitar strum rhythms"
+} % begin verbatim
+
+\include "predefined-guitar-fretboards.ly"
+<<
+  \new ChordNames {
+    \chordmode {
+      c1 f g c
+    }
+  }
+
+  \new FretBoards {
+    \chordmode {
+      c1 f g c
+    }
+  }
+
+
+  \new Voice \with {
+    \consists Pitch_squash_engraver
+  } \relative c'' {
+    \improvisationOn
+    c4 c8 c c4 c8 c
+    f4 f8 f f4 f8 f
+    g4 g8 g g4 g8 g
+    c4 c8 c c4 c8 c
+  }
+
+
+  \new Voice = "melody" {
+    \relative c'' {
+      \improvisationOff
+      c2 e4 e4
+      f2. r4
+      g2. a4
+      e4 c2.
+    }
+  }
+
+  \new Lyrics {
+    \lyricsto "melody" {
+      This is my song.
+      I like to sing.
+    }
+  }
+>>
index cc06084166a7d6c4e2ccad392a4d08eca01f3f4e..c979cb88322e3821dd6ed45bbfe856be3a026811 100644 (file)
@@ -31,3 +31,4 @@ merging-multi-measure-rests-in-a-polyphonic-part.ly
 skips-in-lyric-mode.ly
 engraving-ties-manually.ly
 stemlets.ly
+guitar-strum-rhythms.ly