]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ly-examples/aucun-snippet.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / ly-examples / aucun-snippet.ly
index 74eaa5c71ec6b6d668787492c1c1997c8c1c7bd4..4f18456a31be0f12c445ed4ee441732a43601168 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.11"
+\version "2.19.21"
 \include "example-header.ily"
 
 \paper {
@@ -124,7 +124,7 @@ global = {
   \override Staff.TimeSignature.stencil = #(lambda (grob)
        (bracketify-stencil (ly:time-signature::print grob) Y 0.1 0.2 0.1))
   \time 3/4
-       \override Staff.BarLine.transparent = ##t
+       \hide Staff.BarLine
   \override HorizontalBracket.direction = #UP
   \override HorizontalBracket.bracket-flare = #'(0 . 0)
 }
@@ -188,7 +188,7 @@ triplumNotes = \relative c' {
        % 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
-  g2. ~ g4. | % 3
+  g2. ~ 4. | % 3
        f8 d4 f4. \scaleDurations 3/2 { \tuplet 6/4{ g16[ f e f e f]}} % 4
        g8 g4 g4. e4. | % 5
        fis8 d4 e8\startGroup g4\stopGroup f8[ e d] | % 6
@@ -200,17 +200,17 @@ 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. ~ c4. | r2. r4. | % 5-6
+       c2. ~ 4. | r2. r4. | % 5-6
        g'4. g g8 f e | % 7
 }
 
 
-tenorNotes = \relative {
+tenorNotes = \relative {
   \clef "treble_8"
        f2. | a2. | g2. | r2. | % 1-4
        c2. | b2. | c2. |  % 5-7