error: unknown escaped string: `\overlay

2018-03-03 Thread Pedro Proença
Hi, I'm actually studying an Abjad tutorial, but while I was studying the Timespans section, I found an error on Python that calls back to the Lilypond file associated with that process. \version "2.18.2" \language "english" \header { tagline = ##f } \layout {} \paper {} \markup {

Re: Table of Contents

2018-03-03 Thread Urs Liska
Am 3. März 2018 16:09:47 MEZ schrieb Urs Liska : > > >Am 3. März 2018 14:45:51 MEZ schrieb Noeck : >>Hi, >> >>I am trying to use a LilyPond table of contents for the first time and >>can't figure out some things: >> >>- How can I make it narrower? Or

Re: Table of Contents

2018-03-03 Thread Timothy Lanfear
Are you willing to put the ToC in a separate bookpart? \bookpart {   \paper { print-page-number=##f line-width = 150\mm }   \markuplist { \table-of-contents } } On 03/03/18 15:08, Noeck wrote: Hi, - How can I make it narrower? Or set left and right paper margins specifically for that page?

Re: OpenType in LilyPond

2018-03-03 Thread Kieren MacMillan
Joram (et al.), > On Mar 3, 2018, at 2:47 PM, Noeck wrote: > > And for anyone who is interested in real small caps, here is how this > can be used produce them and also old style numbers: > > \markup \override #'(font-features . ("onum" "smcp")) "SmallCaps 1569" HOLY

Re: Having trouble understanding optional and variable amount of arguments

2018-03-03 Thread Thomas Morley
2018-03-01 18:31 GMT+01:00 Stefano Troncaro : > I didn't know about \default or the dot/comma separated number/symbol lists! > I can see those being useful in some circumstances. I was thinking about > cases where an undefined amount of things different than symbols or

Re: Table of Contents

2018-03-03 Thread Noeck
Hi, > - How can I make it narrower? Or set left and right paper margins > specifically for that page? The 5 cm in the example are fine but the > next pages need smaller margins. It feels a bit clumsy but this works: tocItemMarkup = \markup \fill-line { \fill-with-pattern #1.5 #RIGHT .

Re: error: unknown escaped string: `\overlay

2018-03-03 Thread pedroproenÇa
Thank you, Torsten :)) I'm trying to install the unstable version (my OS is Lubuntu), but I'm unable to. Do you have any insights on it? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list

Re: error: unknown escaped string: `\overlay

2018-03-03 Thread Torsten Hämmerle
Hi Pedro, \overlay didn't exist yet in version 2.18.2. It's a new markup command. If you don't want to switch to a recent development version, you may replace \overlay by \combine, since \overlay is a kind of \combine that can take a list of arguments (instead of just only two). In your

Re: Table of Contents

2018-03-03 Thread Urs Liska
Am 3. März 2018 14:45:51 MEZ schrieb Noeck : >Hi, > >I am trying to use a LilyPond table of contents for the first time and >can't figure out some things: > >- How can I make it narrower? Or set left and right paper margins >specifically for that page? The 5 cm in the

Table of Contents

2018-03-03 Thread Noeck
Hi, I am trying to use a LilyPond table of contents for the first time and can't figure out some things: - How can I make it narrower? Or set left and right paper margins specifically for that page? The 5 cm in the example are fine but the next pages need smaller margins. - How to put some

Re: OpenType in LilyPond

2018-03-03 Thread Noeck
Am 26.08.2017 um 13:16 schrieb Malte Meyn: > In case someone is interested: here comes the adapted snippet (with > usage example). Hi Malte, this is great news! Can this be also applied to the default font (outside the score)? For markup in general? And for anyone who is interested in real

Re: How to have a cross-staff stem on a spacer rest

2018-03-03 Thread Andrew Bernard
It's not clear to me what you want. Do you not want the notes all beamed together? You cant put a cross staff stem to a space. What is wrong with the change staff command? Andrew ___ lilypond-user mailing list lilypond-user@gnu.org

How to have a cross-staff stem on a spacer rest

2018-03-03 Thread paolo prete
(I re-post a previous message, in a new form and from a new e-mail address, hoping it will not be automatically filtered as it happened for some posts from the yahoo server) Hello, I would like to obtain the same graphical result of the below snippet (a cross-staff stem for the second note on

Re: Table of Contents

2018-03-03 Thread Noeck
Hi Am 03.03.2018 um 16:14 schrieb Timothy Lanfear: > Are you willing to put the ToC in a separate bookpart? > > \bookpart { >   \paper { print-page-number=##f line-width = 150\mm } >   \markuplist { \table-of-contents } > } > That's probably what I want. Thanks! Could there be any drawbacks

Re: Put the rests in cross-staff between staves

2018-03-03 Thread Paolo Prete
Thanks to Joshua and Mark. The solution of Joshua appears more accurate to me in the graphical result, but it seems a work-around and I wonder if is there a shorter and specific function to obtain the same result. Il Giovedì 1 Marzo 2018 23:39, Joshua Stutter ha

A slur across a line break with change of clef in another staff generates bad output

2018-03-03 Thread Lucas Werkmeister
Hi everyone, I stumbled across a bug where Lilypond generates a bad slur if the slur crosses a line break and there is a simultaneous clef change in a different staff. I found a previous report for this bug in the mailing list archives (2015-05-30, same subject, [1]), but with Google Code being

Cross-staff stem on a spacer rest

2018-03-03 Thread Paolo Prete
Hello, I would like to obtain the same graphical result of the below snippet  (a cross-staff stem for the second note on the lower staff) without the bad hack "\override NoteHead.transparent = ##t d' " and using a spacer rest Instead,  How can I do?Thanks %{  \new PianoStaff <<   

Re: OpenType in LilyPond

2018-03-03 Thread Malte Meyn
Am 03.03.2018 um 20:47 schrieb Noeck: Am 26.08.2017 um 13:16 schrieb Malte Meyn: In case someone is interested: here comes the adapted snippet (with usage example). Hi Malte, this is great news! Can this be also applied to the default font (outside the score)? For markup in general? I

Re: Missing messages [was: Stem forced to be at the right (or left) of the notehead]

2018-03-03 Thread Paolo Prete
I registered for lilypond-user@gnu.org. As said before, this is not the first time I have this issue with mailing lists: some of them even refuse subscriptions from yahoo mail addresses. Il Sabato 3 Marzo 2018 1:06, Karlin High ha scritto: Paolo Prete: Did you