Re: lilyvim

2017-08-10 Thread Andrew Bernard
Hi Christian, Would this be of any use? https://github.com/gernest/lily.vim Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Why is skipTypesetting so loud?

2017-08-10 Thread caagr98
When using \set skipTypesetting, stderr is *flooded* with messages saying `programming error: asked to compute volume at ...`, `programming error: no current dynamic`, and `continuing, cross fingers`. This makes it rather difficult to see if there are any actual errors, since those are printed

Git version control (was: Re: Hello / a 1st question)

2017-08-10 Thread Graham King
On Thu, 2017-08-10 at 13:40 -0700, H. S. Teoh wrote: > On Thu, Aug 10, 2017 at 06:40:10PM +, Vlad Kudelin wrote: > > Lilypond just makes it natural to put everything under > >version control! > [...] > > [...] I use git, which allows me to experiment with different > branches

Re: Hello / a 1st question

2017-08-10 Thread H. S. Teoh
On Thu, Aug 10, 2017 at 06:40:10PM +, Vlad Kudelin wrote: >Hello dear Lilypond community!  >I am a new user, and a pretty happy one! Just found out about THIS >a week ago, and God! I am so grateful to the creators!!!  >I am a guy who knows music and computers, but... hates

Re: Hello / a 1st question

2017-08-10 Thread Graham King
On Thu, 2017-08-10 at 18:40 +, Vlad Kudelin wrote: > Hello dear Lilypond community! > > > I am a new user, and a pretty happy one! Just found out about THIS a > week ago, and God! I am so grateful to the creators!!! > > > I am a guy who knows music and computers, but... hates mouse. In

lilyvim

2017-08-10 Thread Christian Meyerolbersleben
Hello, I got used typesetting my musical scores with lilypond using the wonderful vim. Some time ago I used the lilyvim package designed by Heikki Junis respectively Aaron Mehl. Badly some of these files disappeared from my computers. I tried to contact Aaron and Heikki to get the lilyvim

Re: Changing alternative ending number to text

2017-08-10 Thread Ralph Palmer
On Wed, Aug 9, 2017 at 9:21 AM, Lukas-Fabian Moser wrote: > Deriving from http://lsr.di.unimi.it/LSR/Item?id=316 (and regretting that I > don't fully understand the scheme code involved): > > \version "2.19.44" > > Fine = \markup { \text \small FINE } > > test = > \repeat volta 3 { >

Re: Get the paper size in scheme

2017-08-10 Thread David Kastrup
Robert Kubosz writes: > Hi everyone! > > I am currently creating a template for a book. I want to create a scheme > function, which adapts markup according to paper size. The problem is, > that I don't know how to get current paper size. Markup commands get a "layout"

Get the paper size in scheme

2017-08-10 Thread Robert Kubosz
Hi everyone! I am currently creating a template for a book. I want to create a scheme function, which adapts markup according to paper size. The problem is, that I don't know how to get current paper size. AFAIK there is #(set-default-paper-size "paper-size") and I could not find a variable

Re: special ornament sign

2017-08-10 Thread Pierre Perol-Schneider
Hi Stefan, How about: \version "2.19" yourSign = ^\markup { \combine \vcenter \center-align \fontsize #2.5 "~" \vcenter \center-align \fontsize #-3 "|" } mySign = ^\markup \with-dimensions #'(0 . 0) #'(0 . 0) \translate #'(-.4 . .4) { \combine \rotate #25 \concat \override

Re: Automatically numbering "instrument name"?

2017-08-10 Thread Manuela Gößnitzer
Hi Sam, thank you for your feddback. My name is Manuela, I am female :-) 2017-08-09 21:00 GMT+02:00 Sam Bivens : > Hi Manuel and Malte, > > Thanks so much for the help; this is exactly what I was looking for! > > Sam > > On Wed, Aug 9, 2017 at 4:18 AM, Malte Meyn