Jacques Menu writes:
> Hello folks,
>
> I've been experimenting with Sibelius 7.1.3 as a front-end to Lily,
> i.e. as a note input engine.
>
> This lead me to fix some issues in musicxml2ly:
> - the comment bar number at the end of regular lines is one
> too much;
I don't see that. It is
Hello folks,
I've been experimenting with Sibelius 7.1.3 as a front-end to Lily, i.e. as a
note input engine.
This lead me to fix some issues in musicxml2ly:
- the comment bar number at the end of regular lines is one too much;
- it's missing when a \ barNumberCheck is present;
That worked beautifully. The follow-up question:
Because of the long time it naturally takes to render many scores, when I'm
working on the initial files, I run the individual scores as separate files
to be included in the main file once I'm done. Naturally, I would want to
define the scheme funct
On Mon, Apr 8, 2013 at 7:20 PM, Carl Peterson wrote:
> Is there a property or counter buried somewhere in Lilypond/Scheme for a
> running count of score contexts? This is for a hymnal/psalter project where
> I want to number the songs but don't want to deal with integrating lilypond
> output into
Is there a property or counter buried somewhere in Lilypond/Scheme for a
running count of score contexts? This is for a hymnal/psalter project where
I want to number the songs but don't want to deal with integrating lilypond
output into something else (like LaTeX).
Thanks,
Carl
___
I know this question has been posed before on this list, but either there
wasn't a definitive answer that I could find or I just couldn't understand
it. I know that I can manually trigger left-aligning syllables at the
beginning of lines, using
\once \override LyricText #'self-alignment-X = #LEFT
Carlo Stemberger writes:
> 2013/4/8 Phil Holmes
>
> Use spacer rests in the staff where you want the hand-written
> answer.
>
> Thank you!
>
> However in this way I have to calculate the number of empty staves.
>
> Isn't there an automatic behaviour?
\new Staff { $(skip-of-length mybass
2013/4/8 Davide Liessi
> >
> http://lilypond.org/doc/v2.17/Documentation/music-glossary/feathered-beam
> [Z] calls them "bandierine convergenti" (if tempo is decreasing) or
> "bandierine divergenti" (if tempo is increasing) (in [Z] beams are
> called "bandierine", "uncini" or "codette").
>
>
than
2013/4/7 Federico Bruni :
> A request for italian users who have a good knowledge of music notation
> terminology.
Sources:
[G] = "Enciclopedia della Musica", Garzanti, Milano, 1996
[Z] = Daniele Zanettovich, "Elementi fondamentali di teoria e di
ortografia musicale", Pizzicato edizioni musicali,
2013/4/8 Urs Liska
> Maybe it's just an issue of wording, but you don't have to calculate the
> number of staves but the length of the music.
>
Yes, sorry, I meant the number of bars.
Thanks!
Carlo
___
lilypond-user mailing list
lilypond-user@gnu.org
2013/4/8 Carl Peterson
> Could you duplicate the part (call \myBass a second time), but turn off
> the engravers that would display the notation itself?
>
Yes, that could be the best solution!
Thank you!
Carlo
___
lilypond-user mailing list
lilypond-
On Mon, 8 Apr 2013 18:28:39 +0200
Carlo Stemberger wrote:
> 2013/4/8 Phil Holmes
>
> > **
> > Use spacer rests in the staff where you want the hand-written answer.
> >
>
> Thank you!
>
> However in this way I have to calculate the number of empty staves.
>
> Isn't there an automatic behaviou
Carlo,
Could you duplicate the part (call \myBass a second time), but turn off the
engravers that would display the notation itself? I don't have the code to
do this handy, but that is what comes to mind to make thing work
"automatically."
Regards,
Carl
On Mon, Apr 8, 2013 at 12:28 PM, Carlo St
2013/4/8 Phil Holmes
> **
> Use spacer rests in the staff where you want the hand-written answer.
>
Thank you!
However in this way I have to calculate the number of empty staves.
Isn't there an automatic behaviour?
Thanks!
Carlo
___
lilypond-user m
Use spacer rests in the staff where you want the hand-written answer.
--
Phil Holmes
- Original Message -
From: Carlo Stemberger
To: lilypond-user@gnu.org
Sent: Monday, April 08, 2013 4:35 PM
Subject: Displaying an empty staff
Hi,
I'm trying to type a continuous bass p
Hi,
I'm trying to type a continuous bass part.
\book {
\score {
\new GrandStaff <<
\new Staff { }
\new Staff { \mybass }
>>
\layout { }
}
}
What can I do for displaying the empty staff? In this way the player can
write by hand on the score.
Thank you!
Carl
Hi,
On Mon, Apr 8, 2013 at 3:37 AM, Werner LEMBERG wrote:
>
> >> Indeed, very nice! Thanks for the link. Unfortunately, it doesn't
> >> work with Stem.length at all because this is not an `offset'.
> >
> > Really? It works perfectly for me, with 2.17.13:
> > \offset Stem #'length #2 % in p
At 10:50 on 08 Apr 2013, Orm Finnendahl wrote:
>Am Montag, den 08. April 2013 um 08:47:45 Uhr (+0100) schrieb Mark
>Knoop:
>>
>> If you can send me that script and documentation I'll include it in
>> the git repo.
>
>ok, here you go:
Updated now at https://github.com/markk/textedit-ly
--
Mark Kn
Janek Warchoł-2 wrote
> 2013/4/8 James Harkins <
> jamshark70@
> >:
>> Known issue? I'm seeing a strange problem with unequal spacing in the
>> third staff's septuplet.
>> []
>
> I don't remember if this is reported, but i personally have
> encountered this situation several times. I have s
2013/4/8 James Harkins :
> Known issue? I'm seeing a strange problem with unequal spacing in the
> third staff's septuplet.
> []
I don't remember if this is reported, but i personally have
encountered this situation several times. I have some idea how it's
happening, and the bad news is that
Am Montag, den 08. April 2013 um 08:47:45 Uhr (+0100) schrieb Mark Knoop:
>
> If you can send me that script and documentation I'll include it in the
> git repo.
ok, here you go:
Configuring evince as the default pdf viewer in emacs with
lilypond-mode:
1. Put "mimeapps.list" and "textedit.dektop
>> Indeed, very nice! Thanks for the link. Unfortunately, it doesn't
>> work with Stem.length at all because this is not an `offset'.
>
> Really? It works perfectly for me, with 2.17.13:
> \offset Stem #'length #2 % in positions, not ss!
> see attached.
Interesting. Compiling your file wit
Known issue? I'm seeing a strange problem with unequal spacing in the
third staff's septuplet.
The spacing is mostly better if I remove the first staff, and the
problem doesn't reproduce at all if I remove the first bar in all
three staves. I apologize that the example is a bit longer than
"tiny,"
ryanmichaelmcclure wrote
> I am working on the bassoon part for Holst's First Suite, and I want to
> try something that looks essentially like this:
>
> http://pastebin.com/71RJe0YB
>
> Except I want the last measure in the 2nd part to be hidden (There is
> music later in that part but I want the
Hi,
2013/4/8 Werner LEMBERG :
>> > what must I write to shorten an unbeamed stem by, say, one unit?
>> > A naive approach would be
>> >
>> > \once \override Stem.length #(- ly:stem::calc-length 1)
>> >
>> > which doesn't work of course...
>>
>> David Nalesnik wrote a very versatile function that
At 20:36 on 07 Apr 2013, Orm Finnendahl wrote:
>Hi Mark,
>
>Am Sonntag, den 07. April 2013 um 16:48:14 Uhr (+0100) schrieb Mark
>Knoop:
>>
>> https://github.com/markk/textedit-ly
>
>Thanks that was really helpful (especially the "apparmor" part! Ubuntu
>seems to gradually digress into some bugridd
Hi Mark,
Am Sonntag, den 07. April 2013 um 16:48:14 Uhr (+0100) schrieb Mark Knoop:
>
> https://github.com/markk/textedit-ly
Thanks that was really helpful (especially the "apparmor" part! Ubuntu
seems to gradually digress into some bugridden version of Windows...).
I adapted everything to work
27 matches
Mail list logo