Ok, gentlemen. Summer is over, back to the drawing board (for those who still
remember, the Sibelius->LyliPond plugin is in works).
The following question might seem a bit unusual, but I'll ask anyway.
Suppose I have a Staff, and two explicitly instantiated Voices in this Staff.
These voices are
> "Laura" == Laura Conrad <[EMAIL PROTECTED]> writes:
Laura> I believe this has been discussed before, but I can't
Laura> remember that anyone has figured out a solution.
Laura> If you look at the output of the attached .lytex file,
Laura> after running the commands:
Laur
I tried a bunch of variations on the -d option, and haven't found one
that works yet:
$ lilypond -dline-width=\"3\in\" essex-cantus.ly
GNU LilyPond 2.9.23
warning: no such internal option: line-width
And the lilypond process continues, but doesn't set the line width to
3 inches.
--
Laura (mai
One of the main uses of a notation application for me is transposing music
between keys (playing tenor sax in piano notation for instance)
Is your application able to transpose music to differen keys?
Thanks
___
lilypond-user mailing list
lilypond-u
It works! lots of thanks!
On Thursday 12 October 2006 22:17, Mats Bengtsson wrote:
> My fault! Since you connect arpeggios between the two
> staves of a PianoStaff context, the setting has to be done
> on the PianoStaff level. Just replace Staff with PianoStaff
> in the macro definitions.
> (You ca
Why don't I get page numbers (on the first page) here?
=
\version "2.9.22"
\include "english.ly"
\paper
{
first-page-number = 1
print-first-page-number = ##t
}
\score {
\new Staff {
c''1
}
}
=
--
Mehmet Okonsar,
Quoting david <[EMAIL PROTECTED]>:
One of the main uses of a notation application for me is transposing music
between keys (playing tenor sax in piano notation for instance)
Is your application able to transpose music to differen keys?
Of course, as a quick look in the manual reveals.
/Mat
Run lilypond -dhelp
to see a full list of the options that can be set this way.
(Run lilypond --help or lilypond -h to find out about the -dhelp option).
/Mats
Quoting Laura Conrad <[EMAIL PROTECTED]>:
I tried a bunch of variations on the -d option, and haven't found one
that works yet:
$
Quoting Ole Hesprich <[EMAIL PROTECTED]>:
Rick Hansen (aka RickH) wrote:
Try inserting the statement shown below immediately prior to your
\column statement. Then adjust the value of baseline-skip until it
suits your taste:
\override #'(baseline-skip . .5)
Thanks, that works perfect!
Whe
> "Mats" == Mats Bengtsson <[EMAIL PROTECTED]> writes:
Mats> Run lilypond -dhelp to see a full list of the options that
Mats> can be set this way. (Run lilypond --help or lilypond -h to
Mats> find out about the -dhelp option).
Would it be possible to add line-width to that list?
Below is my attempt at setting the next-padding value to 0 in a score so
that the individual measure lines are moving closer to each other. With
the annotate-spacing set to true I don't see next-padding changing to
zero.
What is the proper way to set next-padding?
Stephen
\score {
<<
\overri
I see that there are basically two ways to make notes (music) from within
a Scheme block. As far as I can tell, one way is powerful but cumbersome,
and the other way is simple but not very powerful. I'm hoping maybe
there's a third way that I haven't discovered yet, or that the second way
i
Stephen Torri wrote:
Below is my attempt at setting the next-padding value to 0 in a score so
that the individual measure lines are moving closer to each other. With
the annotate-spacing set to true I don't see next-padding changing to
zero.
What is the proper way to set next-padding?
Stephen
Changing the \overrideProperty to \outputProperty at in the master.ly
does not work as the error report below shows.
Stephen
--
Parsing...
master.ly:10:4: error: unknown escaped string: `\outputProperty'
\outputProperty #"Score.NonMusicalPaperColumn"
mast
With lilypond-book, you can easily override the line width
using
\begin[line-width=10\cm]{lilypond}
...
\end{lilypond}
/Mats
Laura Conrad wrote:
"Mats" == Mats Bengtsson <[EMAIL PROTECTED]> writes:
Mats> Run lilypond -dhelp to see a full list of the options that
Mats> can
Possibly, \partcombine can handle this, otherwise I'm afraid
the best solution is to implement a music function in Scheme
that goes through the music and adds \voiceOne and \oneVoice
at the appropriate places.
At second thought, I guess you generate the .ly file from your
program, so what you rea
Mats Bengtsson ee.kth.se> writes:
>
> Possibly, \partcombine can handle this, otherwise I'm afraid
> the best solution is to implement a music function in Scheme
> that goes through the music and adds \voiceOne and \oneVoice
> at the appropriate places.
>
> At second thought, I guess you genera
Quoting Kirill <[EMAIL PROTECTED]>:
Mats Bengtsson ee.kth.se> writes:
Possibly, \partcombine can handle this, otherwise I'm afraid
the best solution is to implement a music function in Scheme
that goes through the music and adds \voiceOne and \oneVoice
at the appropriate places.
At second t
18 matches
Mail list logo