]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-tags-to-produce-mensural-and-modern-music-from-the-same-source.ly
Merge branch 'master' into translation
[lilypond.git] / Documentation / snippets / using-tags-to-produce-mensural-and-modern-music-from-the-same-source.ly
index 0d11f92cf9760bd9a5e0837458ada92e41899e33..086b1b6d98b4b25491260586070a9c562cf4e915 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.18.0"
+\version "2.19.22"
 
 \header {
   lsrtags = "ancient-notation, vocal-music"
@@ -25,7 +25,7 @@ is usually referred to as @code{transcription}.
   doctitle = "Using tags to produce mensural and modern music from the same source"
 } % begin verbatim
 
-menrest = #(define-music-function (parser location note)
+menrest = #(define-music-function (note)
   (ly:music?)
 #{
     \tag #'mens $(make-music 'RestEvent note)
@@ -34,8 +34,8 @@ menrest = #(define-music-function (parser location note)
 
 MensStyle = {
   \autoBeamOff
-  \override NoteHead #'style = #'petrucci
-  \override Score.BarNumber #'transparent = ##t
+  \override NoteHead.style = #'petrucci
+  \override Score.BarNumber.transparent = ##t
   \override Stem.neutral-direction = #up
 }
 
@@ -52,7 +52,9 @@ Music = \relative c'' {
   \set Score.tempoHideNote = ##t
   \key f \major
   \time 4/4
-  g1 d'2 \menrest bes4 bes2 a2 r4 g4 fis2. \tag #'mens { \finalis } \tag #'mod { \bar "||" }
+  g1 d'2 \menrest bes4 bes2 a2 r4 g4 fis2.
+  \tag #'mens { \finalis }
+  \tag #'mod { \bar "||" }
 }
 
 MenLyr = \lyricmode { So farre, deere life, deare life }