Next: , Previous: Gregorian Chant contexts, Up: Ancient notation


7.7.12 Mensural contexts

The predefined MensuralVoiceContext and MensuralStaffContext can be used to engrave a piece in mensural style. These contexts initialize all relevant context properties and grob properties to proper values, so you can immediately go ahead entering the chant, as the following excerpt demonstrates

     
     \score {
       <<
         \new MensuralVoice = "discantus" \transpose c c' {
           \override Score.BarNumber #'transparent = ##t {
             c'1\melisma bes a g\melismaEnd
             f\breve
             \[ f1\melisma a c'\breve d'\melismaEnd \]
             c'\longa
             c'\breve\melisma a1 g1\melismaEnd
             fis\longa^\signumcongruentiae
           }
         }
         \new Lyrics \lyricsto "discantus" {
           San -- ctus, San -- ctus, San -- ctus
         }
       >>
     }

[image of music]



Next: , Previous: Gregorian Chant contexts, Up: Ancient notation

Cette page documente LilyPond-2.11.28 (branche de développement).

Rapporter toute anomalie en français à lilypond-user-fr@gnu.org ou en anglais à http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs

Your suggestions for the documentation are welcome.