Re: drop down list

2019-08-03 Thread Ben
On 7/30/2019 1:01 PM, MING TSANG wrote: dear lily ponders, On score setup wizard - frecobaldi a few entry such as "subsubtitle", "tempo indication" have drop down list, is it possible to edit the list - ie to delete or modify  entries? Thanks for the help, Ming Hi Ming, Are you on

Re: Alternating text and music

2019-08-03 Thread David Wright
On Sat 27 Jul 2019 at 12:48:40 (-0700), Aaron Hill wrote: > On 2019-07-27 12:03 pm, David Wright wrote: > > On Sat 27 Jul 2019 at 18:57:35 (+0200), David Kastrup wrote: > > > David Wright writes: > > > > I would advise against that because PNGs are rastered. The hint is in > > > > the name:

Re: Alternating text and music

2019-08-03 Thread David Wright
On Sat 27 Jul 2019 at 21:44:59 (+0200), David Kastrup wrote: > David Wright writes: > > On Sat 27 Jul 2019 at 18:57:35 (+0200), David Kastrup wrote: > >> David Wright writes: > >> > On Sat 27 Jul 2019 at 11:32:58 (+0100), Wols Lists wrote: > >> >> On 26/07/19 12:23, Peter Toye wrote: > >> >> >

RE: delayed turn with accidental

2019-08-03 Thread Mark Stephen Mrotek
Pierre, Thank you, it is perfect. The piece is in D, need I change anything other than the specific notes, a and d? Mark From: Pierre Perol-Schneider [mailto:pierre.schneider.pa...@gmail.com] Sent: Friday, August 02, 2019 11:38 PM To: Mark Stephen Mrotek Cc: lilypond-user Subject:

Re: allowVoltaHook

2019-08-03 Thread Thomas Morley
Am Sa., 3. Aug. 2019 um 10:39 Uhr schrieb John McWilliam : > > Windows 10, Lilypond 2.18.2, Friscobaldi 3.0.1 > > > > I have some old Music which I am updating to Lilypond 2.18.2 and have come > across this command which doesn’t seem to have any affect on the Music: > > > > #(allow-volta-hook

allowVoltaHook

2019-08-03 Thread John McWilliam
Windows 10, Lilypond 2.18.2, Friscobaldi 3.0.1 I have some old Music which I am updating to Lilypond 2.18.2 and have come across this command which doesn’t seem to have any affect on the Music: #(allow-volta-hook "|") There is a brief note in the Notation manual: allowVoltaHook [void] -

Re: delayed turn with accidental

2019-08-03 Thread Pierre Perol-Schneider
Hi Mark, How about: \version "2.19.81" \transpose c d \relative c'' << { \stemNeutral \slurNeutral c4.( d8) } \\ { s4 \once \set suggestAccidentals = ##t \once \override AccidentalSuggestion.font-size = -3 \once \override AccidentalSuggestion.script-priority = -1

Re: hide barline when \startStaff coincides with system break

2019-08-03 Thread Pierre Perol-Schneider
Hi Mason, Here it goes: \version "2.21.0" \score { << \new Staff \relative c' { c4 c c c | c4 c c c | \stopStaff s1 \startStaff c4 c c c \stopStaff s1 \once\omit Staff.BarLine \startStaff \break c4 c c c } \new Staff