]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ly-examples/aucun-snippet.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / ly-examples / aucun-snippet.ly
index 23e89447aa6add3eea34037a6681d7ec45de51e6..e8e6d538fbf62424cfdcf0c89a88c1c7c7809bfd 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.19.2"
+\version "2.19.22"
 \include "example-header.ily"
 
 \paper {
@@ -130,7 +130,7 @@ global = {
 }
 
 %%%%%%%%% MACRO FOR MAKING SLASHES THROUGH STEMS %%%%%%%%%%
-MakeSlash = #(define-music-function (parser location angle len-left len-right
+MakeSlash = #(define-music-function (angle len-left len-right
 thick y-factor offset)
                                     (number? number? number? number? number?
 pair?)
@@ -178,13 +178,13 @@ triplumWords = \lyricmode {
        si que m'ès -- tuet fai -- re _ chan -- _ _ çon
 }
 
-triplumNotes = \relative c' {
+triplumNotes = \relative {
   \clef "treble_8"
        %\set Staff.midiInstrument = "flute"
 %      \global
        \override StemTremolo.beam-thickness = #.125
        \override StemTremolo.slope = #1.0
-  f8 f4 e8 d c f f f | % 1
+  f'8 f4 e8 d c f f f | % 1
        % the \scaleDurations command below makes 5 notes last the
        % duration of a dotted quarter
        e8 c4 \scaleDurations 3/2 {     \tuplet 5/4{e16[ d e d e]} } e8 f4 | % 2
@@ -200,9 +200,9 @@ motetusWords = \lyricmode {
   mes or ai _ _
 }
 
-motetusNotes = \relative c' {
+motetusNotes = \relative {
   \clef "treble_8"
-  c2. c8\startGroup b8 \slash c\stopGroup | % 1
+  c'2. c8\startGroup b8 \slash c\stopGroup | % 1
        a2. c4. | d2. e4. | % 2-3
   f2. f8 e d | % 4
        c2. ~ 4. | r2. r4. | % 5-6
@@ -210,7 +210,7 @@ motetusNotes = \relative c' {
 }
 
 
-tenorNotes = \relative {
+tenorNotes = \relative {
   \clef "treble_8"
        f2. | a2. | g2. | r2. | % 1-4
        c2. | b2. | c2. |  % 5-7