I’m trying to notate 1200-ish School of Notre Dame modal notation, and the
Gregorian notation works out reasonably well.
1. I’m not finding a symbol for a “plica”: single note with ascending or
descending tail on both sides. Does that exist?
2. More seriously: if I don’t include a Lyrics line,
> 1. I’m not finding a symbol for a “plica”: single note with
>ascending or descending tail on both sides. Does that exist?
Yes, see attached image, but there isn't an explicit command to access
it. You have to use ligatures; look up the documentation for
`\deminutum`.
> 2. More seriously:
Le vendredi 21 avril 2023 à 10:49 +, Werner LEMBERG a écrit :
> > 2. More seriously: if I don’t include a Lyrics line, all notes get
> > smushed together.
>
> Yes, the horizontal spacing is problematic, and nobody works on it,
> alas.
Try
```
\layout {
\override Score.SpacingSpanner.packe
Hi,
How can I force the lower tie to be placed downward in the below code
snippet? I've tried \once \tieDown but with no luck.
\version "2.25.3"
\relative {
\clef treble
\key c \major
\time 4/4
<<
\new Voice = voiceOne \relative {
\voiceOne
4~ 8
}
\new Voice = voi
Dear Vlad,
Inserting ^~ and _~ to the individual notes in the chord should work
nicely, Like so.
Thanks,
-William
\version "2.25.2"
\relative {
\clef treble
\key c \major
\time 4/4
<<
\new Voice = voiceOne \relative {
\voiceOne
4 8
}
\new Voice = voiceTwo \rel
Thank you Brian and Willian for your working solution!
[image: image.png]
Thank you,
Vlad
On Fri, Apr 21, 2023 at 5:12 PM William Rehwinkel <
will...@williamrehwinkel.net> wrote:
> Dear Vlad,
>
> Inserting ^~ and _~ to the individual notes in the chord should work
> nicely, Like so.
>
> Thanks,
Greetings!
First time poster, long time (basic) lilypond user.
I'm writing a hymn/chorale setting for organ. It's a basic piano staff
with two voice for each staff, and lyrics above system aligned with the
soprano line.
I've added pedal marks, which looks something like this:
I think that
Le vendredi 21 avril 2023 à 20:27 +0200, Jakob Pedersen a écrit :
> Greetings!
>
> First time poster, long time (basic) lilypond user.
>
> I'm writing a hymn/chorale setting for organ. It's a basic piano staff with
> two voice for each staff, and lyrics above system aligned with th