Re: reminder accidental

2018-11-25 Thread Noeck
Hi Mark, I can only speculate what your problem was. But in case it was the order of ' ! ? 4 etc. This is why I put one possible fixed order of note entry elements here on my cheat sheet (upper right): http://joramberger.de/files/lilypond_sheet_2.18_en.svg

RE: reminder accidental

2018-11-25 Thread Mark Stephen Mrotek
Arron, Got it. Thank you! Mark -Original Message- From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Aaron Hill Sent: Sunday, November 25, 2018 4:42 PM To: lilypond-user@gnu.org Subject: Re: reminder accidental On 2018-11-25 4:30 pm, Mark

RE: reminder accidental

2018-11-25 Thread Mark Stephen Mrotek
Joram, Thank you. Got it. Mark -Original Message- From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Noeck Sent: Sunday, November 25, 2018 4:41 PM To: lilypond-user@gnu.org Subject: Re: reminder accidental Hi Mark, do you have a minimal

Re: reminder accidental

2018-11-25 Thread Aaron Hill
On 2018-11-25 4:30 pm, Mark Stephen Mrotek wrote: Under 2.18 a reminder accidental could be created with an "!" (exclamation point). In 2.19 I cannot use the command and cannot find an alternative - except automatic. Am I missing something? Do you have a MWE? Also would you con

Re: reminder accidental

2018-11-25 Thread Noeck
Hi Mark, do you have a minimal example? This works for my with 2.19.80: \version "2.19.80" {   \key d \major   fis' fis'! fis' fis'? } Cheers, Joram ___ lilypond-user mailing list lilypond-user@gnu.org

reminder accidental

2018-11-25 Thread Mark Stephen Mrotek
Hello, Under 2.18 a reminder accidental could be created with an "!" (exclamation point). In 2.19 I cannot use the command and cannot find an alternative - except automatic. Am I missing something? Thank you, Mark ___ lil

Re: \parenthesize command looks puny compared with reminder accidental

2013-10-30 Thread Richard Shann
the parentheses, default value = 0 \override Score.ParenthesesItem.padding = 0.05 f'?4 \parenthesize f'4 } Regards, Gilberto -- View this message in context: http://lilypond.1069038.n5.nabble.com/parenthesize-command-looks-puny-compared-with-reminder-accidental-tp153097p153099.html

\parenthesize command looks puny compared with reminder accidental

2013-10-29 Thread Richard Shann
Consider \version 2.16 MvmntIVoiceI = { f'?4 \parenthesize g'4 } \score { \MvmntIVoiceI } The output has a rather puny looking parenthesis around the notehead while the reminder accidental is boldly parenthesized. Do people think this constitutes a bug? And, in any case

Re: \parenthesize command looks puny compared with reminder accidental

2013-10-29 Thread Gilberto Agostinho
Score.ParenthesesItem.padding = 0.05 f'?4 \parenthesize f'4 } Regards, Gilberto -- View this message in context: http://lilypond.1069038.n5.nabble.com/parenthesize-command-looks-puny-compared-with-reminder-accidental-tp153097p153099.html Sent from the User mailing list archive at Nabble.com

Re: \parenthesize command looks puny compared with reminder accidental

2013-10-29 Thread Thomas Morley
2013/10/29 Richard Shann rich...@rshann.plus.com: Consider \version 2.16 MvmntIVoiceI = { f'?4 \parenthesize g'4 } \score { \MvmntIVoiceI } The output has a rather puny looking parenthesis around the notehead while the reminder accidental is boldly parenthesized. Do