]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/score-for-diatonic-accordion.ly
Merge branch 'translation' of /home/jcharles/GIT/Lily/. into staging
[lilypond.git] / Documentation / snippets / score-for-diatonic-accordion.ly
index 0c912719c11f6390ca4dc895d2bee86944088f09..f07285c8b70550892786712d5e9937e93be50c04 100644 (file)
@@ -1,14 +1,13 @@
-% DO NOT EDIT this file manually; it is automatically
-% generated from Documentation/snippets/new
-% Make any changes in Documentation/snippets/new/
-% and then run scripts/auxiliar/makelsr.py
-%
-% This file is in the public domain.
-%% Note: this file works from version 2.17.30
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
 \version "2.18.0"
 
 \header {
-  lsrtags = "template, real-music, specific-notation"
+  lsrtags = "real-music, specific-notation, template"
 
   texidoc = "
 A template to write a score for a diatonic accordion.
@@ -53,15 +52,10 @@ push-parts and which the pull-parts.
 3. For each pull- or push-part translate the piano notes to the
 according tabulature representation.
 
-
-This snippet comes with a useful optional macro for the jEdit text
-editor.
-
 "
   doctitle = "Score for diatonic accordion"
 } % begin verbatim
 
-
 verse = \lyricmode { Wie gross bist du! Wie gross bist du! }
 
 harmonies = \new ChordNames \chordmode {
@@ -113,9 +107,6 @@ staffTabLine = \new Staff \with {
   }
 }
 
-%{
-%}
-
 % Accordion melody in tabulator score
 % 1. Place a copy of the piano melody below
 % 2. Separate piano melody into pull- and push-parts according to the staffTabLine you've already made
@@ -244,4 +235,3 @@ staffBassRhytm =
       \lyricsto VoiceBassRhytm \LyricBassRhythmI
   >>
 }
-%}