Hi list,
(version 2.8.1 on debian sarge)
With
\override Slur #'height-limit = #'3
it is possible to get a slur with higher maximum point.
I'm very surprised to realize, that there doesn't seem to be the same
feature for ties.
Or couldn't I simply find it?
Thanks for any help ...
Best Regard
Hello,
I am typesetting a classical guitar piece, with four voices in the same
staff. I tried different possibilities to include
\override Staff.NoteCollision
#'merge-differently-headed = ##t
But the noteheads won't merge (see picture "unmerged.png"). If I replace
the note in the third
[ Lilypond 2.8.1 ]
Hello, all!
I tweak some of the lyrics in my piece(s) to make the note spacing a
little more pleasing -- I have even defined some presets, e.g.,
lyrLH = { \once \override LyricText #'self-alignment-X = #-0.5 }
lyrRH = { \once \override LyricText #'self-alignment-X
Hello, all --
I'm not a guitarist. I'm currently engraving one of my "pop tunes",
and would like to print a piano-guitar-vocal score with fret diagrams.
I don't want to reinvent the wheel (i.e., by building every fret
diagram from scratch, using my fake book as a guide) -- does anyone
hav
LilyPond uses some very specific Postscript features that most
printers and software has problems with. If you search the mailing
list archives of lilypond-user and bug-lilypond, you will find several
recent discussions related to this.
/Mats
Quoting Ben <[EMAIL PROTECTED]>:
Hi,
I'm using
Quoting Bart Kummel <[EMAIL PROTECTED]>:
One of the reasons that earlier wiki's weren't a big success could be that
people do not want another place to look for documentation. Therefore the
best solution (in my opinion) is to replace the current docs with a wiki. I
think the way the documentatio
Hello, all --
I use a lot of variables, especially when breaking larger works
across multiple pieces (and thus .ly files).
I'd like to name my variables numerically, e.g.,
file01.ly
global01 = { ... }
notes01 = { ... }
file02.ly
global02 = { ... }
not
Kieren Richard MacMillan wrote:
Hello, all --
I use a lot of variables, especially when breaking larger works across
multiple pieces (and thus .ly files).
but Lilypond (more likely LaTeX) won't let me. Does anyone know a
workaround?
I always use Roman numerals.
__
> > but Lilypond (more likely LaTeX) won't let me. Does anyone know a
> > workaround?
It's LilyPond. LaTeX isn't even used anymore. Roman numerals or
spelling out the numbers ( \globalZeroOne ) are the only ways I know
to work around it.
Geoff
___
lil
Which LilyPond version? If you search the mailing list
archives for bug-lilypond, you will find out that this
problem was discussed (and solved, if I remember
correctly) during one of the 2.7.x versions.
/Mats
Raphael Manfredi wrote:
Hello,
I have a score in A minor (blank key signature) bu
You could do something like
<< {d8 [g d a']} \\ {\once \override Tie #'extra-offset = #'(0 . -0.5)
e!2~} >>
<< {d8 [g d a']} \\ {e2} >>
/Mats
Tomasz Bojczuk wrote:
Hi
How to remove slur collision with notes in this example ??
<< {d8 [g d a']} \\ {e!2~} >>
<< {d8 [g d a']} \\ {e2} >>
I've
If you read in "Common Tweaks" in the manual, you can
learn about the property called transparent. However, in
this case, I don't think you want the removed clefs and
key signatures to occupy any space. Then, you can instead
add
\override Score.KeySignature #'stencil = ##f
\override Score.Clef #
Thanks Mats -- I'm still using 2.6.3, waiting for Debian unstable to
have 2.8.x packaged so that I can install it cleanly using the packaging
system.
Raphael
Quoting Mats Bengtsson <[EMAIL PROTECTED]> from ml.lilypond.users:
:Which LilyPond version? If you search the mailing list
:archives for bu
It's much easier to answer your question if you include a small
but complete example of what you tried. Also, please always
tell what LilyPond version you use.
/Mats
Bryan Murdaugh wrote:
I'm working on a very large collection of lead sheets and I'd like to label the
Verses and Choruses acco
It certainly looks like a bug, so I forward it there.
/Mats
Jefferson dos Santos Felix wrote:
Another example, to illustrate the problem (I think it's a bug)
\score
{
<<
\override Score.RestCollision #'minimum-distance = #0.75
{g8 a b c' d' e' f' g' a' b' c'' d'' e'' f'' g'' a''} \\
On 19 Apr 2006, at 19:19, Daniel Johnson wrote:
I always use Roman numerals.
Interesting, I understand perfectly the weltanschauung behind the
technique. Dadaism is the next step.
In fact, I automatically convert numbers in letters with a hash table,
so you have this Picabian-style
varia
Mats Bengtsson wrote:
If you read in "Common Tweaks" in the manual, you can
learn about the property called transparent. However, in
this case, I don't think you want the removed clefs and
key signatures to occupy any space. Then, you can instead
add
\override Score.KeySignature #'stencil = ##f
I'm having a few issues with beaming...
I had to turn manuel beaming on to alter one bar, but now need to go back to
automatic beaming... I can't find any code to do this in the manuel. Can
someone please help?
Here's a sample of the code:
{
\override Staff.TimeSignature #'style = #' ( )
\key g\
http://www.naomimusic.be/PDFs/Cornet%20in%20Bb.pdf
Above is a PDF of another part I'm doing.
If you look at the 2nd to last line- the first bar of, and the last line, I
think it's pretty obvious what my issue is here!
I have rests in where there shouldn't be... also, it isn't putting in
'breaks'
\revert is your friend. Use it on everything you used a \override on.
Geoff
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
On 19-Apr-06, at 3:42 PM, Naomi McFadyen wrote:
Above is a PDF of another part I'm doing.
If you look at the 2nd to last line- the first bar of, and the last
line, I
think it's pretty obvious what my issue is here!
I have rests in where there shouldn't be... also, it isn't putting in
'breaks'
.Time signature is 3/8 by the way new bars are on a new line.
If the bars didn't have the right value in them, it would cause many more
problems than what the PDF shows.
--
View this message in context:
http://www.nabble.com/Extra-Rests-%21-t1477345.html#a3999190
Sent from the Gnu - Lilyp
Naomi:
Your code comes out just fine here (Mac OS X, Lilypond 2.8.1) --
perhaps the error is earlier in the code, or in another part? Ensure
that all of your \times (for tuplets) are not \time (which would
force a time signature change).
Good luck!
Kieren.
__
Sure, the notes are in the right place. The interaction between the various
parts is baffling though. Using \oneVoice to set the notes over one another
seems to make the stems go up; \stemDown erases the effect of \oneVoice and
\oneVoice cancels \stemDown. Apparently \override NoteColumn #'force
[ Lilypond 2.8.1 ]
Hello, all!
I'd like to put a little extra padding around every BarLine -- i.e.,
I find that Lilypond puts the first note too close to the beginning
of the measure and the last note too close to the end.
Unfortunately, I can't seem to find the right combination of space-
Quoting Stephen <[EMAIL PROTECTED]>:
Sure, the notes are in the right place. The interaction between the
various parts is baffling though. Using \oneVoice to set the notes
over one another seems to make the stems go up; \stemDown erases the
effect of \oneVoice and \oneVoice cancels \stemDown.
You can easily typeset a text annotation below or above a note
using
c^"Text above" or c_"Text below"
respectively, as described in the section of Text scripts in the
manual. See also the section on Text marks. However, your example code
below doesn't include any chords, so I can't say how that s
Is there any way that the word-space property can be set more globally,
instead of within each specific \markup itself? Specifically is there any
way that I can set word-space property at the Lyrics staff level? I use the
following markup repeatedly and I want to find a way to shorten up my sour
The corresponding command if you have \set something is \unset, as
described in Section "9.1.2 Changing context properties on the fly".
/Mats
Quoting Geoff Horton <[EMAIL PROTECTED]>:
\revert is your friend. Use it on everything you used a \override on.
Geoff
These properties are ordinary layout properties, so if you for example
use the \markup as a lyrics syllable, then you can do \override
LyricText #'word-space = ...
within the current lyrics line. You can also do the setting globally
for all Lyrics contexts as described in "Changing default conte
30 matches
Mail list logo