Re: End of line clef and/or \time elimination

2025-03-22 Thread Ralph Palmer
On Sat, Mar 22, 2025 at 2:05 PM Xavier Scheuer wrote: > On Sat, 22 Mar 2025 at 21:56, Ralph Palmer > wrote: > > > > Yes, as in that. Here's a minimal non-working example: > >> > Hello Ralf, > > The property is called break-visibility, not end-of-line-invisible (which > is a possible value of thi

Re: End of line clef and/or \time elimination

2025-03-22 Thread Xavier Scheuer
On Sat, 22 Mar 2025 at 21:56, Ralph Palmer wrote: > > Yes, as in that. Here's a minimal non-working example: > Hello Ralf, The property is called break-visibility, not end-of-line-invisible (which is a possible value of this property). Look also at the section "Special considerations" on the pag

Re: End of line clef and/or \time elimination

2025-03-22 Thread Ralph Palmer
On Sat, Mar 22, 2025 at 1:24 PM Hans Aikema wrote: > > > On 22 Mar 2025, at 21:12, Ralph Palmer wrote: > > Hi - > > I've done this before, but I can't figure out where. I've tried searching > the Notation Reference, the User Archive, and the LSR, but I can't find it > there or figure out how to

Re: End of line clef and/or \time elimination

2025-03-22 Thread Hans Aikema
> On 22 Mar 2025, at 21:12, Ralph Palmer wrote: > > Hi - > > I've done this before, but I can't figure out where. I've tried searching the > Notation Reference, the User Archive, and the LSR, but I can't find it there > or figure out how to do it. > > What I want is to eliminate the end-of-

End of line clef and/or \time elimination

2025-03-22 Thread Ralph Palmer
Hi - I've done this before, but I can't figure out where. I've tried searching the Notation Reference, the User Archive, and the LSR, but I can't find it there or figure out how to do it. What I want is to eliminate the end-of-line clef and/or time signature when either one changes at the start o

Re: Staff Ending

2025-03-22 Thread Fernando Gil
Try using \break El El sáb, mar 22, 2025 a la(s) 1:58 p.m., Joerg Zahn < ramzahn12...@gmail.com> escribió: > Hello, I look for a way to end staff lines by force. > > In my example, if i add more patterns, lilypond decides for me where to > begin a new staff line. > > Say, i want my staff to only

Staff Ending

2025-03-22 Thread Joerg Zahn
Hello, I look for a way to end staff lines by force. In my example, if i add more patterns, lilypond decides for me where to begin a new staff line. Say, i want my staff to only have 4 bars and than a new staff line. \new Staff does not seem to do the trick. \version "2.24.4" \header { title =

Re: Repeat barlines with "tails" in piano staff

2025-03-22 Thread Werner LEMBERG
>> When using \bar ":|." in a piano staff the barline spans the two >> staffs, but when using \bar ":|]" it does not - is there a way to >> fix this? > > Does > https://lsr.di.unimi.it/LSR/Item?id=1032 > help? This looks very nice. IMHO, the current behaviour of LilyPond is incorrect, and we s

Re: Note name cue for high-pitched notes

2025-03-22 Thread Yann
> Does this snippet help? > https://lsr.di.unimi.it/LSR/Item?id=672 > Hi Knute, thanks for answering and pointing to this. I did see NoteNames in the manual, which look neat for an entire melodic line, but I'm not sure how to use them for a single note and I don't like much the idea of adding a No

Re: Repeat barlines with "tails" in piano staff

2025-03-22 Thread Richard Shann
On Fri, 2025-03-21 at 21:07 +0100, Thomas Morley wrote: > Am Fr., 21. März 2025 um 17:09 Uhr schrieb Richard Shann > : > > > > On Thu, 2025-03-20 at 19:48 +0100, Hans Aikema wrote: > > > > > > > > > > On 20 Mar 2025, at 18:56, Knute Snortum > > > > wrote: > > > > > > > > On Thu, Mar 20, 2025 a

Re: Note name cue for high-pitched notes

2025-03-22 Thread Knute Snortum
On Fri, Mar 21, 2025 at 2:22 PM Yann wrote: > Hi everybody ! > > In Behind Bars, Elaine Gould advises to indicate note names for occasional > high-pitched notes (i.e. more than 5 ledger lines, p.325 I think, in > keyboards section), in a small box aside note heads. > > Is there any standard way t

Re: Notes en lyrics left justified

2025-03-22 Thread Toine Schreurs via LilyPond user discussion
> I don’t know of a way to set “ragged-right = ##t” for the notes only > [and not the StaffSymbol], but maybe someone out there does…? In 2011, Wilbert Berendsen wrote: #(define (fixed-staff-width grob) (ly:output-def-lookup (ly:grob-layout grob) 'line-width)) \layout { ragged-right =

Re: Notes en lyrics left justified

2025-03-22 Thread Kieren MacMillan
Hello, > When I compile the code below, I get a staff over the entire width of my page > (see example 1), but the notes f and a, including the lyrics 'OK' and > 'thanks' are in the middle of the staff. > How can I make sure that the lyrics and notes on the left are justified? (see > example 2)