lilypond-user
[Top][All Lists]
Advanced

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

Re: function to replace notes by rests


From: Malte Meyn
Subject: Re: function to replace notes by rests
Date: Tue, 24 Nov 2015 08:21:22 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0



Am 24.11.2015 um 08:10 schrieb Marc Hohl:
Thanks or sharing! The drawbacks in relative mode are neglectable, I'll
use absolute mode.


Alternatively you could use

1. another \relative block inside of notesToRests
        \relative {
          c' d e f \notesToRests \relative { g' a b2 g8 c } f' e c2
        }

or

2. octave checks if you don’t mind the warnings
        \relative {
          c' d e f \notesToRests { g a b2 g8 c } f='' e c2
        }



reply via email to

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