Re: the custos: understanding how it works

2015-11-22 Thread Leszek Wroński
Guys (David, Thomas, Jacques), thank you very much for the responses. I'll read the Contributor's Guide and see if I can have more specific questions in the future. And Jacques, no worries! Your example was still useful to me as it helped me to realise some things ;) Cheers, Leszek. On 22

the custos: understanding how it works

2015-11-22 Thread Leszek Wroński
I was delighted to learn that Lilypond allows one to use custodes. I was wondering how they really work, namely, how one can, upon a linebreak, check what the next pitch is. I have limited Scheme experience. I first tried the code for the first example from here:

Re: the custos: understanding how it works

2015-11-22 Thread Thomas Morley
2015-11-22 16:41 GMT+01:00 Leszek Wroński : > I was delighted to learn that Lilypond allows one to use custodes. I was > wondering how they really work, namely, how one can, upon a linebreak, check > what the next pitch is. I have limited Scheme experience. I first tried the >

Re: the custos: understanding how it works

2015-11-22 Thread David Kastrup
Leszek Wroński writes: > I was delighted to learn that Lilypond allows one to use custodes. I was > wondering how they really work, namely, how one can, upon a linebreak, > check what the next pitch is. I have limited Scheme experience. > source code, and after grepping found

Re: the custos: understanding how it works

2015-11-22 Thread Jacques Menu
Hello Leszek, Here is an example from this list. JM \version "2.18.1" \layout { indent = 0 ragged-right = ##t \context { \Staff \consists "Custos_engraver" % \override Staff.Custos.stencil = ##f % \override Staff.Custos.style = ##f } } \relative c' { d1

Re: the custos: understanding how it works

2015-11-22 Thread Jacques Menu
Hello Leszek, Oops, looks like I totally misunderstood the kind of help you were looking for… Sorry for the noise! JM > Le 22 nov. 2015 à 17:37, Jacques Menu a écrit : > > Hello Leszek, > > Here is an example from this list. > > JM > > > > \version "2.18.1" > >