Rustik wrote
>
> Eluze wrote
/
>> \shiftOnn or \once \override NoteColumn.force-hshift = #2
/
>
> Where in my example i must paste it?
if you use the latter with \once it should be right before the note to
shift.
\shiftOn will have no effect since \voiceFour implies \shiftOn and would
shift the
Noeck, you wrote Tuesday, December 04, 2012 8:43 PM
> what is the difference between \new and \context?
Very little. In most situations they can be used interchangeably.
One difference is that \context Staff = "A" will search for a previously
defined Staff with the same name and use that exist
"Trevor Daniels" writes:
> Noeck, you wrote Tuesday, December 04, 2012 8:43 PM
>
>> Where would I need \context?
>> There is an example:
>> <<
>> \new Staff \context Voice = "A" \music
>> \context Voice = "A" \arts
>> >>
>> But I could write \new Staff << \music \\ \arts >>, couldn't I?
>
> Yes
Eric Pancer wrote
>> either put these indications in a supplemental (Lyric) staff (staves) or
>> add
>> some padding:
>
> Would I use a \ChoirStaff for it, with drum notation?
here's a simplified example:
quintosoloA = \drummode {
sn8 sn sn r8
sn sn sn r8
sn sn sn r8
sn sn sn r8
sn
plified example:
[..]
Thank you, the example worked quite well.
One more issue: my lyrics above the second line of music have more
affinity towards the bottom lyric of the first line, than the actual
notes of the second line. Any pointers on how to fix it are
appreciated.
<http://dl.dropbox.c
Many thanks for the help and for the extra clarifications regarding usage
of these tweaks.
Best regards,
Olivier
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Olivier Biot writes:
> Many thanks for the help and for the extra clarifications regarding
> usage of these tweaks.
It is a nuisance if interfaces change, but sometimes it just takes some
time and experience to figure out shortcomings of the initial design.
Feel free to discuss anything new you
David Kastrup wrote:
"Keith N. McKenna" writes:
Keith N. McKenna wrote:
Greetings All;
In many some of the Gregorian Chant's I have access to they show the
divisio Maior as starting slightly above the third line of the staff and
continuing to just below the second line of the staff instead o
Bump. Can anyone help me with this?
DR
-Original Message-
From: Daniel Rosen
Sent: Sunday, December 02, 2012 6:31 PM
To: lilypond-user@gnu.org
Subject: RE: Marks above and below simultaneously
OK, I think I've mostly figured this out:
\version "2.16.1"
marks = {
\tempo "Tempo"
s1
Eric Pancer wrote
> One more issue: my lyrics above the second line of music have more
> affinity towards the bottom lyric of the first line, than the actual
> notes of the second line. Any pointers on how to fix it are
> appreciated.
hmm - that's astonishing! if I change the order of the 2 scores
Hi there,
Could someone please show me a short, working example of an .ly that sets
the spacing between the title and the first system? I was about to give it
a shot myself, until I saw, under "known issues and warnings" for version
2.16,
"The titles (from the \header block) are treated as a syst
... curious -- there's also this, in section 4.1 (spacing issues), which
seems to contradict the statement in the "known issues and warnings"
section;
"Note that the \paper variables discussed in this section do not control
the spacing of staves within individual systems. Within-system spacing is
2012/12/5 Eluze :
> Eric Pancer wrote
>> One more issue: my lyrics above the second line of music have more
>> affinity towards the bottom lyric of the first line, than the actual
>> notes of the second line. Any pointers on how to fix it are
>> appreciated.
>
> hmm - that's astonishing! if I chang
PPS -- alright, I've found how to manipulate the spacing as I wanted;
however, it would be nice to hear a resolution to the above contradiction,
if one exists. J
On Wed, Dec 5, 2012 at 1:44 PM, Jeffrey Trevino
wrote:
> ... curious -- there's also this, in section 4.1 (spacing issues), which
> seem
On Dec 5, 2012, at 15:54, Jeffrey Trevino wrote:
> PPS -- alright, I've found how to manipulate the spacing as I wanted;
> however, it would be nice to hear a resolution to the above
Maybe post your solution?
___
lilypond-user mailing list
lilypond-u
2012/12/5 Jeffrey Trevino :
> ... curious -- there's also this, in section 4.1 (spacing issues), which
> seems to contradict the statement in the "known issues and warnings"
> section;
>
> "Note that the \paper variables discussed in this section do not control the
> spacing of staves within indivi
On 06/12/12 08:39, Jeffrey Trevino wrote:
Hi there,
Could someone please show me a short, working example of an .ly that
sets the spacing between the title and the first system?
\version "2.16.1"
\header {
title = "Title"
composer = "Composer"
}
\paper {
markup-system-spacing #'paddin
Thomas Morley wrote
> 2012/12/5 Eluze <
> eluzew@
> >:
>> Eric Pancer wrote
>>> One more issue: my lyrics above the second line of music have more
>>> affinity towards the bottom lyric of the first line, than the actual
>>> notes of the second line. Any pointers on how to fix it are
>>> appreciat
2012/12/5 Eluze :
> Thomas Morley wrote
>> 2012/12/5 Eluze <
>
>> eluzew@
>
>> >:
>>> Eric Pancer wrote
One more issue: my lyrics above the second line of music have more
affinity towards the bottom lyric of the first line, than the actual
notes of the second line. Any pointers on ho
Sorry to send this again, forgot to cc the list.
2012/12/5 Thomas Morley :
> 2012/12/5 Paul Morris :
>> On Dec 4, 2012, at 7:27 PM, Thomas Morley
>> wrote:
> [...]
>>> May I ask, if you could add a commented 2.16-version of it?
>>> Although your code will work for 2.16.1 up to 2.17.6 (so far I
>
Hi all,
many thanks to Glen for his reply to my previous post(simple chords only
template). Im working my way thru that at the moment.
I have a question tho how do I tell it the number of bars to hold the
chord for?
progChords = \relative c {
\hideNotes
f1 bes f c bes f' bes f c f bes f g
vector wrote
> Hi all,
> many thanks to Glen for his reply to my previous post(simple chords only
> template). Im working my way thru that at the moment.
> I have a question tho how do I tell it the number of bars to hold the
> chord for?
>
> progChords = \relative c {
>\hideNotes
>f1 be
2012/12/5 Daniel Rosen :
> Bump. Can anyone help me with this?
[...]
> OK, I think I've mostly figured this out:
>
> \version "2.16.1"
>
> marks = {
> \tempo "Tempo"
> s1 \mark \default
> }
>
> \new Score <<
> \new Staff <<
> \new Voice { c''1 c'' }
> \new Voice { \marks }
> >>
>
Hi,
script shown below
the log file is indicating a syntax error, unexpected STRING at the "g:m"
I thought that was ok to indicate a gminor?
In fact i cant get any chord modifiers to work at all.
\version "2.16.1"
\header {
title = "BluesJam Trk4"
composer = "me"
}
progChords = \relative c
Thanks a lot!
DR
-Original Message-
From: Thomas Morley [mailto:thomasmorle...@googlemail.com]
Sent: Wednesday, December 05, 2012 7:05 PM
To: Daniel Rosen
Cc: lilypond-user@gnu.org
Subject: Re: Marks above and below simultaneously
2012/12/5 Daniel Rosen :
> Bump. Can anyone help me wit
2012/12/6 vector :
> Hi,
> script shown below
> the log file is indicating a syntax error, unexpected STRING at the "g:m"
> I thought that was ok to indicate a gminor?
> In fact i cant get any chord modifiers to work at all.
>
> \version "2.16.1"
> \header {
> title = "BluesJam Trk4"
> compose
2012/12/6 Eluze :
> vector wrote
>> Hi all,
>> many thanks to Glen for his reply to my previous post(simple chords only
>> template). Im working my way thru that at the moment.
>> I have a question tho how do I tell it the number of bars to hold the
>> chord for?
>>
>> progChords = \relative c {
>>
Thanks, everyone. That's exactly the solution I found, yes. J
On Wed, Dec 5, 2012 at 2:00 PM, Nick Payne wrote:
> On 06/12/12 08:39, Jeffrey Trevino wrote:
>
>> Hi there,
>>
>> Could someone please show me a short, working example of an .ly that sets
>> the spacing between the title and the first
On 06/12/12 09:00, Nick Payne wrote:
On 06/12/12 08:39, Jeffrey Trevino wrote:
Hi there,
Could someone please show me a short, working example of an .ly that
sets the spacing between the title and the first system?
\version "2.16.1"
\header {
title = "Title"
composer = "Composer"
}
\pa
Hi there,
Im getting the hang of this even tho it might not look it ;) thanks for
all your inputs.
I wanted to add a simple drumbeat to the previous script and produce a
basic chord and drums midi.
so far I have this working.
But I want to remove the drums completely from the pdf output. ie j
On Wed, Dec 5, 2012 at 8:07 PM, vector wrote:
> Hi there,
> Im getting the hang of this even tho it might not look it ;) thanks for all
> your inputs.
>
> I wanted to add a simple drumbeat to the previous script and produce a basic
> chord and drums midi.
> so far I have this working.
> But I want
On Wed, Dec 5, 2012 at 8:07 PM, vector wrote:
> Hi there,
> Im getting the hang of this even tho it might not look it ;) thanks for all
> your inputs.
>
> I wanted to add a simple drumbeat to the previous script and produce a basic
> chord and drums midi.
D'oh! My bad. I missed the "midi" bit.
_
Thomas Morley writes:
> 2012/12/6 vector :
>> Hi,
>> script shown below
>> the log file is indicating a syntax error, unexpected STRING at the "g:m"
>> I thought that was ok to indicate a gminor?
>> In fact i cant get any chord modifiers to work at all.
>>
>> \version "2.16.1"
>> \header {
>>
33 matches
Mail list logo