pabuhr writes:
>Other than that (same with denom), the code looks fine to me.
>
> Works! However, (and there is always a however ;-), the font and font
> size are not the same as the regular (default) time signature.
\number $(number->string num)
--
David Kastrup
_
On 10/29/2012 04:52 PM, m...@mikesolomon.org wrote:
I had to take a break from LilyPond development for a couple months
but I hope to be back on board in a month or so. This was the exact
problem that I was working on. The long and short of it is that
LilyPond does not know how to handle cross-
Hi,
Is it possible to increase the space between staves, to avoid clashing,
for specific systems, i.e. not the whole piece? If so could you please
point me in the direction of the help page?
Many thanks,
Peter
--
//=
-> Peter O'Doherty
-> http://www.peterodoherty.
On 10/29/12 6:13 PM, David Kastrup wrote:
writing
\paper { paper-width=110\mm }
\score { { c4 c4 c4 c4 } }
and using
lilypond -dresolution=1200 --png
I get an image with 5197 pixels width, which is to a pixel exactly what
was demanded. So perhaps you need to check what throws a spanner in
your w
Peter Van Kranenburg writes:
> On 10/29/12 6:13 PM, David Kastrup wrote:
>> writing
>> \paper { paper-width=110\mm }
>> \score { { c4 c4 c4 c4 } }
>> and using
>> lilypond -dresolution=1200 --png
>> I get an image with 5197 pixels width, which is to a pixel exactly what
>> was demanded. So perha
Dear Thomas,
thanks, I think, this will be a good solution for me!
2012/10/30 Thomas Morley
> 2012/10/29 Stefan Thomas :
> [...]
> > The problem is:
> > I would like to have a score with drumstaff and a "normal" staff. And
> only
> > in the normal Staff shall be a wider time signature.
> > I giv
2012/10/30 Reinhold Kainhofer :
> On 2012-10-30 02:12, Vaughan McAlley wrote:
>>
>> This code compiles without complaint, but the beams are still in
>> groups of four. What am I doing wrong?
>
>
> Nothing. The \time 4/4 command implicitly sets all the timing properties, so
> your global values are
The code below is a "mix" of the code you gave and this snippet.
I forget
\include "english.ly"
(It's was the original language)
--
Gilles
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Thomas Morley wrote Tuesday, October 30, 2012 10:16 AM
> 2012/10/30 Reinhold Kainhofer :
>> On 2012-10-30 02:12, Vaughan McAlley wrote:
>>>
>>> This code compiles without complaint, but the beams are still in
>>> groups of four. What am I doing wrong?
>>
>> Nothing. The \time 4/4 command implici
On Tue, 30 Oct 2012 01:23:30 +0100
Reinhold Kainhofer wrote:
> On 2012-10-30 00:46, Tiresia GIUNO wrote:
> > is there any reason why Lyrics on the two staves in the attached
> > example is not correctly vertical aligned?
>
> Yes, there is a reason. See e.g. Elaine Gould: Behind Bars -- The
On Di., 30. Okt. 2012 19:35:42 CET, Tiresia GIUNO
wrote:
> But shouldn't be: "The syllable
> should be ranged _right_ under the first notehead"?
No, ranged left means that the left of the syllable is aligned with the left of
the note (i.e. left-aligned).
http://www.paratype.com/help/term/term
On Tue, 30 Oct 2012 21:07:09 +0100
Reinhold Kainhofer wrote:
> On Di., 30. Okt. 2012 19:35:42 CET, Tiresia GIUNO
> wrote:
>
> > But shouldn't be: "The syllable
> > should be ranged _right_ under the first notehead"?
>
> No, ranged left means that the left of the syllable is aligned with
> the l
Hi,
Peter O'Doherty-2 wrote
> Is it possible to increase the space between staves, to avoid clashing,
> for specific systems, i.e. not the whole piece?
as a general rule you can override the behavior of all specific contexts
(like Staff, Voice,…) in the \layout section.
to override the behavio
shutterfreak wrote
> Hi all,
>
> I'd like to have a function to translate a key signature into the
> textual representation of that key in 3 languages.
>
> For instance, I'd write this in my score:
>
> and the rendering would look like this:
>
> The logic I'm trying to implement, is (in pseud
Hi Peter,
2012/10/30 Eluze :
> Hi,
>
> Peter O'Doherty-2 wrote
>> Is it possible to increase the space between staves, to avoid clashing,
>> for specific systems, i.e. not the whole piece?
>
> as a general rule you can override the behavior of all specific contexts
> (like Staff, Voice,…) in the \
Thomas Morley writes:
> if you want to affect only a single line of the score, use
>
> \overrideProperty #"Score.NonMusicalPaperColumn"
> #'line-break-system-details #'((alignment-distances . (30)))
>
> see also:
> http://lilypond.org/doc/v2.16/Documentation/notation-big-page#explicit-staff-and
Thomas Morley wrote
> or
>
> if you want to affect only a single line of the score, use
>
> \overrideProperty #"Score.NonMusicalPaperColumn"
> #'line-break-system-details #'((alignment-distances . (30)))
>
> see also:
> http://lilypond.org/doc/v2.16/Documentation/notation-big-page#explicit-sta
2012/10/20 Eluze :
> Thomas Morley wrote
>> how about adding it to the LSR, commenting the 2.16-part?
>> Or extend
>> http://lsr.dsi.unimi.it/LSR/Item?id=559
>> ?
>>
>> modulo-bar-number-visible
>> works in 2.14.2 already, but is not documented, AFAIK.
>> At least it would be nice to have it in the
2012/10/31 Eluze :
> Thomas Morley wrote
>> or
>>
>> if you want to affect only a single line of the score, use
>>
>> \overrideProperty #"Score.NonMusicalPaperColumn"
>> #'line-break-system-details #'((alignment-distances . (30)))
>>
>> see also:
>> http://lilypond.org/doc/v2.16/Documentation/not
Regardless of whether I set the end-on-accidental override to true or
false, or omit it completely, the glissandi don't stop short of the
accidental.
\version "2.17.5"
\relative c'' {
\accidentalStyle "modern"
\override Glissando #'(bound-details right end-on-accidental) = ##t
c1\glissando
20 matches
Mail list logo