From 7598743b05280d80f22a8f687db12b4050a38ee1 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Sun, 19 Oct 2008 21:31:27 +0100 Subject: [PATCH] Compile fix. --- input/lsr/fretted-strings.snippet-list | 1 + input/lsr/guitar-strum-rhythms.ly | 56 ++++++++++++++++++++++++++ input/lsr/rhythms.snippet-list | 1 + 3 files changed, 58 insertions(+) create mode 100644 input/lsr/guitar-strum-rhythms.ly diff --git a/input/lsr/fretted-strings.snippet-list b/input/lsr/fretted-strings.snippet-list index 9cbdabd59a..ca57c2f2ad 100644 --- a/input/lsr/fretted-strings.snippet-list +++ b/input/lsr/fretted-strings.snippet-list @@ -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 index 0000000000..fd66eca835 --- /dev/null +++ b/input/lsr/guitar-strum-rhythms.ly @@ -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. + } + } +>> diff --git a/input/lsr/rhythms.snippet-list b/input/lsr/rhythms.snippet-list index cc06084166..c979cb8832 100644 --- a/input/lsr/rhythms.snippet-list +++ b/input/lsr/rhythms.snippet-list @@ -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 -- 2.39.5