Re: Aligning lyrics to non-visible melody

2021-02-10 Thread Kuredant Kuredant
Thanks! NullVoice was exactly what I was looking for. Le mer. 10 févr. 2021 à 17:56, Xavier Scheuer a écrit : > On Wed, 10 Feb 2021 at 08:50, Kuredant Kuredant > wrote: > > > > Hi, > > > > Given the following example: > > > > (snip) > > &g

Aligning lyrics to non-visible melody

2021-02-09 Thread Kuredant Kuredant
Hi, Given the following example: \version "2.23.0" melody = \new Voice = "melody" \relative c { \time 3/4 f''4 g8 f e f | e2. } songLyrics = \new Lyrics \lyricsto "melody" { Ky ri _ _ _ e } song = \new Voice = "song" \relative c' { \time 3/4 c4 c c | c8 c c2 | } \score { \new

Re: Using circles in \tabFullNotation

2021-02-04 Thread Kuredant
On 1/31/2021 10:41 PM, Jean Abou Samra wrote: Sorry, this line:     \override Stem.Y-extent = #grob::always-Y-extent-from-stencil should have been commented out. Also, I now believe that the behavior of X-offset here is a bug:

enteredby header

2021-01-30 Thread Kuredant
Hello, The "enteredby" header field is mentioned in https://lilypond.org/doc/v2.23/Documentation/snippets/titles#titles-demonstrating-all-headers. However, I can't find any reference to this field in the PDF output. Does anyone know how this field is used by LilyPond?

Issue with \set chordChanges = ##t

2021-01-26 Thread Kuredant
Hello, I have some issues when using \set chordChanges = ##t as described in the "Showing chords at changes" of the documentation (https://lilypond.org/doc/v2.23/Documentation/notation/displaying-chords). * When using \set chordChanges = ##t inside \new ChordNames, the chord names are moved

Tremolos between two whole notes with LilyPond 2.20.0 and newer

2020-11-08 Thread Kuredant Kuredant
Hello, I've been using the solution mentioned in https://lists.gnu.org/archive/html/lilypond-user/2012-02/msg00253.html to adjust the orientation of the tremolo beams between two whole notes, like in this example: http://lilybin.com/vzv8uv/1 This works very well with LilyPond 2.18.2 and 2.19.48,