Re: Clef modifier vertical position

2017-01-09 Thread Pierre Perol-Schneider
+1, I'd use extra-offset too. You could also do: \version "2.18.2" \layout { \context { \Staff \clef "F_8" \override ClefModifier.staff-padding = #'() %\override ClefModifier.padding = #.6 } } { c } Cheers, Pierre 2017-01-10 6:28 GMT+01:00 Urs Liska : > > > Am 10. Januar 2

Re: Clef modifier vertical position

2017-01-09 Thread Urs Liska
Am 10. Januar 2017 04:26:01 MEZ schrieb Andrew Bernard : >I am using clefs of type "bass_8". We would like to have the 8 directly >under the clef glyph rather than under the staff. Using the >clef-alignments >property of ClefModifier, there does not seem to be the ability to move >the >numeral u

Re: Clef modifier vertical position

2017-01-09 Thread tisimst
On Mon, Jan 9, 2017 at 8:27 PM Andrew Bernard [via Lilypond] < ml-node+s1069038n199048...@n5.nabble.com> wrote: > > > > > I am using clefs of type "bass_8". We would like to have the 8 directly > under the clef glyph rather than under the staff. Using the clef-alignments > property of ClefModifier

Clef modifier vertical position

2017-01-09 Thread Andrew Bernard
I am using clefs of type "bass_8". We would like to have the 8 directly under the clef glyph rather than under the staff. Using the clef-alignments property of ClefModifier, there does not seem to be the ability to move the numeral up or down, only sideways, Any suggestions anybody? Andrew ___

Re: init.ly, what does it do?

2017-01-09 Thread Thomas Morley
2017-01-09 4:29 GMT+01:00 David Wright : > On Sun 08 Jan 2017 at 21:17:53 (-0500), Br. Samuel Springuel wrote: > >> With this file saved to the same folder as my test score, >> `lilypond-dev --init="my_init.ly" test.ly` produces identical >> results to `lilypond-dev test.ly`. I would, therefore, g

Re: text categories in scores

2017-01-09 Thread Simon Albrecht
On 09.01.2017 21:17, Noeck wrote: Hi Simon, all, next to the notes, there are usually these kinds of texts: 1 tempo: bold, above the staff Above the top staff, that is, and maybe above other staves/staff groups in larger scorings or piano reductions. Agogic marks may all be bold, only some, o

text categories in scores (was: Changing midi-tempo within score)

2017-01-09 Thread Noeck
Hi Simon, all, next to the notes, there are usually these kinds of texts: 1 tempo: bold, above the staff 2 dynamics: in italics, below the staff (depends on the instrument etc.) 3 articlulation 4 other Examples: 1 Allegro, Tempo I, … 2 dolce, dim., cresc., … 3 dolce, staccato, … 4 m.d., simile,

Re: help with frameEngraver-bars-and-boxes function

2017-01-09 Thread James.Correa
Thanks David and Holland!! It is working now. All the best, James Original Message Subject: Re: help with frameEngraver-bars-and-boxes function Local Time: January 9, 2017 12:48 PM UTC Time: January 9, 2017 2:48 PM From: david.nales...@gmail.com To: holl...@hollandhopso

Re: lilypond and rosegarden : control track (?) in midi output? (linux user)

2017-01-09 Thread Federico Bruni
Il giorno lun 9 gen 2017 alle 16:24, Dario Marrini ha scritto: I'm trying to create a orchester midi file using lilypond as source notation and rosegarden; I have some trouble using rosegarden jack and so on (I'm using linux), but I came to a working two strings tracks with two fluidsynth inst

lilypond and rosegarden : control track (?) in midi output? (linux user)

2017-01-09 Thread Dario Marrini
Hi everybody, I'm trying to create a orchester midi file using lilypond as source notation and rosegarden; I have some trouble using rosegarden jack and so on (I'm using linux), but I came to a working two strings tracks with two fluidsynth instances, so I can manage Violin I on the left and Violi

Re: Extracting symbol location

2017-01-09 Thread David Nalesnik
Lukas, On Mon, Jan 9, 2017 at 8:43 AM, David Nalesnik wrote: > The new output-attibutes property allows you to create multiple > attributes, so why not adapt the labeling routines to return something > like > > value of output-attributes = '((name . someGrob) (moment . whenIAm) > (x-pos . xCoord

Re: Extracting symbol location

2017-01-09 Thread David Nalesnik
On Mon, Jan 9, 2017 at 4:55 AM, Lukas Tuggener wrote: > Hi David > > When I tried to use your very useful script on a fresh installation it didnt > work anymore. I suspect it is due to the change you already mentioned in > your first message: > > There's a patch being reviewed which replaces the '

Re: help with frameEngraver-bars-and-boxes function

2017-01-09 Thread David Nalesnik
On Mon, Jan 9, 2017 at 8:32 AM, holl...@hollandhopson.com wrote: > > On Jan 8, 2017, at 5:39 PM, James.Correa > wrote: > > Hi, > > This is my first time writing on the list. I have using lilypond for a few > months, and I find in the list archive a function written by David Nalesnik > that is exa

Re: help with frameEngraver-bars-and-boxes function

2017-01-09 Thread holl...@hollandhopson.com
> On Jan 8, 2017, at 5:39 PM, James.Correa wrote: > > Hi, > > This is my first time writing on the list. I have using lilypond for a few > months, and I find in the list archive a function written by David Nalesnik > that is exactly what I need for my score. It compiles ok on Lilypond 2.18.2,

Re: Extracting symbol location

2017-01-09 Thread Lukas Tuggener
Hi David When I tried to use your very useful script on a fresh installation it didnt work anymore. I suspect it is due to the change you already mentioned in your first message: *There's a patch being reviewed which replaces the 'id property with'output-properties and this will need to be upda