lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hungarian Gregorian


From: Pierre Perol-Schneider
Subject: Re: Hungarian Gregorian
Date: Sun, 1 Feb 2015 14:12:03 +0100

Oups...

2015-02-01 12:44 GMT+01:00 Pierre Perol-Schneider <address@hidden>:
 
Simply add :

 melisma = #(define-music-function (parser location mus)
     (ly:music?)
     #{
        { \neume { $mus } h }
     #})

In your file (or replace it in modernGregorian.ily").

In fact:

melisma = #(define-music-function (parser location mus)
     (ly:music?)
     #{
        { \neume { $mus } \omit Accidental h }
     #})


Cheers,
Pierre





Attachment: allelujaDeutch.ly
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]