Re: Margin between Header and Music

2020-11-23 Thread Marc Shepherd
That's it...thanks!

On Mon, Nov 23, 2020 at 9:19 AM Knute Snortum  wrote:

> I think that would be "markup-system".
>
> --
> Knute Snortum
>
>
>
> On Mon, Nov 23, 2020 at 6:01 AM Marc Shepherd  wrote:
>
>> What parameter controls the minimum amount of space between the bottom of
>> the header and the first line of music?
>>
>> --
>> Marc Shepherd
>>
>

-- 
Marc Shepherd


Re: Margin between Header and Music

2020-11-23 Thread Noeck
Dear Marc,

it's markup-system.minimum-distance

(or basic-distance or padding – depending on what want)

https://joramberger.de/files/LilypondSpacing.pdf

HTH
Joram



Re: Note tails to be written both up and down

2020-11-23 Thread Leo Correia de Verdier
That happened because the construct I used to create simultaneous voices << 
*music* \\ *music* >> creates new voices for all the *music* expressions in it, 
while the lyrics are still tied to the voice they were added to in the 
beginning. While it is possible to write it like
%%%
\new RhythmicStaff {
{ \time 12/8
  \set Timing.beatStructure = #'(2 1 1 2 2 2 1 1)
  4 
  8 \stemDown 8
  \stemUp 4 
  \stemDown 4  
  << \stemUp 4 \new Voice { \stemDown 4 } >> 
  8 \stemDown 8 \bar "|."
}
\addlyrics {Düüm Te Ke Düüm Tâ Heek Te Ke}
}
%%%
I don’t think this is what you want in the long run. This example does not use 
the \\ construct, that creates new voices for each of the parallel expressions 
inside the angle brackets, but lets the first one stay in the original voice 
and explicitly creates a new voice for the second. If you can tell us a bit 
more about the practical use and meaning of the example and what kind of notes 
it should be able to handle I think we (as in the people on this mailing list) 
can help you with a more practical solution.



> 23 nov. 2020 kl. 13:48 skrev Emre PINARBAŞI :
> 
> I did, but in the lyrics, the syllable "Heek" started shifting to note when 
> it should have come under the note I just made. How can I deal with this 
> problem?
> 
> \new RhythmicStaff {
> { \numericTimeSignature
>   \time 12/8
>   \set Timing.beatStructure = #'(2 1 1 2 2 2 1 1)
>   4 8 \override Stem.direction = #DOWN 8 \override Stem.direction = #UP 4 
> \override Stem.direction = #DOWN 4  \override Stem.direction = #UP << 4 \\ 4 
> >> \override Stem.direction = #UP 8 \override Stem.direction = #DOWN 8 \bar 
> "|."
> }
> \addlyrics {Düüm Te Ke Düüm Tâ Heek Te Ke}
> }
> 
> Leo Correia de Verdier , 23 Kas 2020 Pzt, 
> 13:14 tarihinde şunu yazdı:
> Do you mean like this:  
> %%%
> \version "2.20.0"
> \new RhythmicStaff {
>  << { 8 } \\  { 8 } >>
> }
> %%%
> 
> If so, to the program it is two eights in different voices, you can read more 
> about it here:
> https://lilypond.org/doc/v2.20/Documentation/learning/i_0027m-hearing-voices
> 
> If you want the whole part or a longer stretch to be written like that you 
> could just write it in a single variable and give the same to both voices.
> 
> If you’re writing two percussion instruments on the same staff you might want 
> to write them separately and combine them with \partcombine
> 
> HTH
> /Leo
> 
> > 23 nov. 2020 kl. 09:09 skrev Emre PINARBAŞI :
> > 
> > There is a situation I cannot do in the Lilypond program. When I write 
> > Rythm staff on the single line staff, I want the note tails to be written 
> > both up and down . How can I give this command?
> 




Re: Margin between Header and Music

2020-11-23 Thread Knute Snortum
I think that would be "markup-system".

--
Knute Snortum



On Mon, Nov 23, 2020 at 6:01 AM Marc Shepherd  wrote:

> What parameter controls the minimum amount of space between the bottom of
> the header and the first line of music?
>
> --
> Marc Shepherd
>


Re: Margin between Header and Music

2020-11-23 Thread Xavier Scheuer
On Mon, 23 Nov 2020 at 15:01, Marc Shepherd  wrote:
>
> What parameter controls the minimum amount of space between the bottom of
the header and the first line of music?

Hello,

markup-system-spacing.minimum-distance

See NR 4.1.4 Flexible vertical spacing \paper variables > List of flexible
vertical spacing \paper variables
http://lilypond.org/doc/v2.20/Documentation/notation/flexible-vertical-spacing-paper-variables.html#list-of-flexible-vertical-spacing-paper-variables

Default is
markup-system-spacing = #'((basic-distance . 5)
  (padding . 0.5)
  (stretchability . 30))

Cheers,
Xavier

-- 
Xavier Scheuer 


Margin between Header and Music

2020-11-23 Thread Marc Shepherd
What parameter controls the minimum amount of space between the bottom of
the header and the first line of music?

-- 
Marc Shepherd


Re: Partially formatting syllables in lyrics

2020-11-23 Thread R. Padraic Springuel
Should have known this would be in the manual.  Thanks. 

✝️✝️✝️✝️✝️✝️✝️✝️✝️✝️✝️✝️✝️✝️✝️✝️✝️✝️✝️✝️✝️✝️✝️✝️
Fr. Samuel, OSB
(R. Padraic Springuel)
St. Anselm’s Abbey 
4501 South Dakota Ave, NE
Washington, DC, 20017
202-269-2300
(c) 202-853-7036

PAX ☧ ΧΡΙΣΤΟΣ

> On Nov 21, 2020, at 12:00 PM, Xavier Scheuer  wrote:
> 
> 
> On Sat, 21 Nov 2020 at 17:45, Fr. Samuel Springuel  
> wrote:
> >
> > How can I apply italics to part of a syllable in the lyrics context?  When 
> > I use the method I usually use to apply italics, it automatically creates a 
> > new syllable:
> >
> > #(ly:set-option 'relative-includes #t)
> > \version "2.20.0"
> >
> > \new Staff
> > <<
> > \new Voice = "mel" { c' c' }
> > \new Lyrics \lyricsto "mel" { \lyricmode { hat\override 
> > Lyrics.LyricText.font-shape = #'italic (s) \revert 
> > Lyrics.LyricText.font-shape show } }
> > >>
> 
> Hello,
> 
> As the doc says: "Markup mode may be used to format individual syllables in 
> lyrics".
> NR 2.1.1 Common notation for vocal music > Entering lyrics
> https://lilypond.org/doc/v2.21/Documentation/notation/common-notation-for-vocal-music.html#entering-lyrics
> 
> Hence you can use \concat and \italic.
> \markup { \concat { hat \italic (s) } } show
> 
> Cheers,
> Xavier
> 
> -- 
> Xavier Scheuer 
> 


Re: Note tails to be written both up and down

2020-11-23 Thread Emre PINARBAŞI
 I did, but in the lyrics, the syllable "Heek" started shifting to note
when it should have come under the note I just made. How can I deal with
this problem?

\new RhythmicStaff {
{ \numericTimeSignature
  \time 12/8
  \set Timing.beatStructure = #'(2 1 1 2 2 2 1 1)
  4 8 \override Stem.direction = #DOWN 8 \override Stem.direction = #UP 4
\override Stem.direction = #DOWN 4  \override Stem.direction = #UP << 4 \\
4 >> \override Stem.direction = #UP 8 \override Stem.direction = #DOWN 8
\bar "|."
}
\addlyrics {Düüm Te Ke Düüm Tâ Heek Te Ke}
}

Leo Correia de Verdier , 23 Kas 2020 Pzt,
13:14 tarihinde şunu yazdı:

> Do you mean like this:
> %%%
> \version "2.20.0"
> \new RhythmicStaff {
>  << { 8 } \\  { 8 } >>
> }
> %%%
>
> If so, to the program it is two eights in different voices, you can read
> more about it here:
>
> https://lilypond.org/doc/v2.20/Documentation/learning/i_0027m-hearing-voices
>
> If you want the whole part or a longer stretch to be written like that you
> could just write it in a single variable and give the same to both voices.
>
> If you’re writing two percussion instruments on the same staff you might
> want to write them separately and combine them with \partcombine
>
> HTH
> /Leo
>
> > 23 nov. 2020 kl. 09:09 skrev Emre PINARBAŞI :
> >
> > There is a situation I cannot do in the Lilypond program. When I write
> Rythm staff on the single line staff, I want the note tails to be written
> both up and down . How can I give this command?
>
>


Re: Frescobaldi+LilyPond flatpak package now available

2020-11-23 Thread J Martin Rushton

OS amended.  Sorry

On 05/11/2020 21:47, J Martin Rushton wrote:

Hi Federico,

I welcome this since I've been having problems with Frescobaldi under 
both CentOS 7 and 8 for a while.


I followed the setup guide on the host CentOS 7 machine and downloaded 
the flathub repository file.  First problem: I had to be root to install 
it - I thought flatpak was meant to be at user level?


I then installed Frescobaldi (using cut-and-paste).  If I tried to run 
it as a user I got the message: "error: 
app/org.frescobaldi.Frescobaldi/x86_64/master not installed".  As a test 
I tried running it as root (I know, bad practice) and the window opened, 
but then hung and would not die.


Any suggestions?

Regards,
Martin

On 05/11/2020 20:48, Federico Bruni wrote:

Hi folks

I'm happy to announce that Frescobaldi is now available for Linux 
users also as flatpak on Flathub:

https://flathub.org/apps/details/org.frescobaldi.Frescobaldi

Advantages:
- LilyPond is bundled, so it's a very simple installation.
- All runtime dependencies are included.
- Sandbox.

Bugs:
- Doumentation browser is not working.
There's something wrong in the way I built PyQtWebEngine...


Current stable installed size is 287 MB. (not including the KDE runtime)
Current beta release shipping lilypond 2.21.80 is 245 MB (no need to 
include python2).


Installing the stable version should be straightforward.
If you want to install the beta version (which currently has only the 
"stable RC" of lilypond), run these commands:


flatpak remote-add --user flathub-beta 
https://flathub.org/beta-repo/flathub-beta.flatpakrepo

flatpak install --user flathub-beta org.frescobaldi.Frescobaldi


Cheers
Federico





--
J Martin Rushton MBCS



Re: Note tails to be written both up and down

2020-11-23 Thread Leo Correia de Verdier
Do you mean like this:  
%%%
\version "2.20.0"
\new RhythmicStaff {
 << { 8 } \\  { 8 } >>
}
%%%

If so, to the program it is two eights in different voices, you can read more 
about it here:
https://lilypond.org/doc/v2.20/Documentation/learning/i_0027m-hearing-voices

If you want the whole part or a longer stretch to be written like that you 
could just write it in a single variable and give the same to both voices.

If you’re writing two percussion instruments on the same staff you might want 
to write them separately and combine them with \partcombine

HTH
/Leo

> 23 nov. 2020 kl. 09:09 skrev Emre PINARBAŞI :
> 
> There is a situation I cannot do in the Lilypond program. When I write Rythm 
> staff on the single line staff, I want the note tails to be written both up 
> and down . How can I give this command?




Note tails to be written both up and down

2020-11-23 Thread Emre PINARBAŞI
 There is a situation I cannot do in the Lilypond program. When I write
Rythm staff on the single line staff, I want the note tails to be written
both up and down . How can I give this command?