A final question related to tuplets:I am using the following code snippet to produce a triplet: arpFix = \once \override Arpeggio #'extra-offset = #'(1.6 . -2) << { \times 2/3 { e8 e e }
} \\ { \hideNotes \arpeggioUp \arpFix \times 2/3 { 8\arpeggio \arpeggioDown 8\ar
Hi Kamal,
use this to suppress the tuplet number:
...
\hideNotes \arpeggioUp \arpFix
\once \override TupletNumber #'transparent = ##t % This is NEW
\times 2/3 { 8\arpeggio \arpeggioDown ...
Cheers,
Markus
___
lilypond-user mailing list
lilypond-us
Hi list !
I've been working hard ;o) on my ossia trick, and I've found how to reproduce a
french cantata
excerpt.
Using lily 2.8.3 on XP.
What I have to engrave :
The piece of music is a french recitative, introduced buy the viol on a single
line (10 measures).
Then, we have the recitative
Hello,
Currently, if a note with an accidental is tied over a line break, the
accidental is repeated on the new line. Is there any way to turn off this
behavior?
I looked in the manual; "9.1.1 Automatic accidentals" would seem to be the
relevant section, but it doesn't say anything about tied
Kieren MacMillan wrote:
Hi, Nigel:
I had forgotten to say that there was also a piano part in the full
score;
but adding the same command to the relevant place (before the key
change)
in the left and right hand parts dealt with that too.
Just a suggestion... If you keep all key changes, tim
Hi,
is it possible to create CR and LF events and spaces in the midi lyrics output
of lilypond? At the moment the created lyric events don't contain any spaces
or CR and LF events which is problematic with many appications which display
the lyrics.
For the recommended format of the lyrics even
Hi Marcus,
see this:
%%% Begin ly snippet
\version "2.9.15"
noAcc = \once \override Staff.Accidental #'transparent = ##t
\score { {
cis''1 ~ \noAcc \break
cis''1
cis''1 ~ \break
cis''1
}
\layout {
ragged-right = ##t }
}
%%% End ly snippet
This involves a certain amount
Hi, Markus (and Marcus):
Maybe someone can give a hint?
Is the example in "Section 9.3.7: Difficult Tweaks" of any help?
Cheers,
Kieren.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
On Tue, Aug 22, 2006 at 10:55:05AM +0200, Han-Wen Nienhuys wrote:
>>it's easiest to add a property so you can do
>>
>>cost: 65 EUR.
Werner LEMBERG then asked:
>Just wondering what the much simpler syntax
>
>costs...
Han-Wen Nienhuys responded:
> I can put it in for 35 eur extra, I hope.
> (
On Tue, Aug 22, 2006 at 10:29:49PM -0500, Trevor Bača wrote:
> On 8/22/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
> >Hello,
> >I once made an estimate for doing x-staff chords, for 400 EUR. I think
> >that would be the most difficult task. If the stems + noteheads work
> >correctly, adding a
Hi, I have a PianoStaff and there is a triplet bracket at the top stave overlapping a triplet bracket at the bottom stave :-(( What can I do to prevent any collision between the two brackets? Could you please give me some hints or show me some tricks to copy with that problem? (I use L
%{
I hope someone can help me with this...
I typically use the following code to insert some horizontal whitespace in
front of my final ending CODA's. But sometimes I need the clef to force
re-print after the whitespace even though it has not really changed.
How can I change the code below to f
On 8/23/06, Ben Hoefer <[EMAIL PROTECTED]> wrote:
Hi,
I have a PianoStaff and there is a triplet bracket at the top stave
overlapping a triplet bracket at the bottom stave :-((
What can I do to prevent any collision between the two brackets?
Could you please give me some hints or show me som
Quoting Trevor Bača <[EMAIL PROTECTED]>:
On 8/23/06, Ben Hoefer <[EMAIL PROTECTED]> wrote:
Hi,
I have a PianoStaff and there is a triplet bracket at the top stave
overlapping a triplet bracket at the bottom stave :-((
What can I do to prevent any collision between the two brackets?
Could y
Ben Hoefer <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a PianoStaff and there is a triplet bracket at the top stave
> overlapping a triplet bracket at the bottom stave :-((
>
> What can I do to prevent any collision between the two brackets?
You will want to look at the #'direction,
Trevor Bača wrote:
On 8/22/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
Hello,
I once made an estimate for doing x-staff chords, for 400 EUR. I think
that would be the most difficult task. If the stems + noteheads work
correctly, adding arpeggios and ties should be relatively easy.
For re
On 8/23/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
Trevor Bača wrote:
> On 8/22/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
>>
>> Hello,
>>
>> I once made an estimate for doing x-staff chords, for 400 EUR. I think
>> that would be the most difficult task. If the stems + noteheads work
>
Hello everyone again!Recently I am making some tests about LaTeX + lilypond in order to learn to integrate text and music but I am having -like usually I do- some problems. Here you have the original document that I called "
prueba.lytex":\documentcla
I figured now was the time to jump from 2.8.5 to 2.9.x. The
transition has been mostly smooth. One message, though, floods the
console:
warning: can't find or create `Timing' called `'
The code processes and looks perfectly fine. My theory is that
parsing of apostrophes in one or more cont
19 matches
Mail list logo