lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \markup and gregorian.ly


From: Alicuota618
Subject: Re: \markup and gregorian.ly
Date: Mon, 29 Dec 2014 07:53:52 -0500

Merci Pierre,

this works fine but must be inserted in all subsequent files. A job for sed...

Francois

2014-12-29 4:21 GMT-05:00, Pierre Perol-Schneider
<address@hidden>:
> Hi François,
> In your layout bloc you can try to add : \override
> Score.SpacingSpanner.packed-spacing = ##f
> E.g:
>
> \version "2.18.2"
>
> \include "gregorian.ly"
> \score {
>   <<
>     \new Voice = "cantus" {
>       c'^\markup "a very very very very long text" c' a a g f f
>     }
>     \new Lyrics \lyricsto "cantus" {
>       San- ctus, San- ctus, San- ctus
>     }
>   >>
> }
>
> \layout {
>   \context {
>     \Score
>     \override SpacingSpanner.packed-spacing = ##f
>   }
> }
>
> HTH,
> Pierre
>
> 2014-12-29 2:12 GMT+01:00 Alicuota618 <address@hidden>:
>
>> Hello,
>>
>> \version "2.18.0"
>>
>> I get troubles with \include "gregorian.ly" and \markup inside
>> music-blocks
>>
>> I have a main file which includes "file1.ly" include "file2.ly"
>> include "fileEtc.ly"
>> Some files contain \include "gregorian.ly" (version "2.17.30" says the
>> file), the others are "normal" music-files
>>
>> When compiling, all normal files are fine. When a file with \include
>> "gregorian.ly" is readen, all normal files after it containing a
>> \markup in music-block are odd-looking, since there is a kind of
>> wait-the-end-of-markup-text-before-next-note (look attachment, first
>> and last example are the same file, twice included)
>>
>> BTW, I know I dont need gregorian.ly in this example but I will have
>> to use it anyway in this project.
>>
>> So my question: is there any \exclude "gregorian.ly" to put after the
>> file?
>>
>> Thanks in advance,
>>
>> Francois
>>
>> _______________________________________________
>> lilypond-user mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]