Damian leGassick wrote:
>
>
>
> I appreciate the fact that it was designed to save time when entering
> data, but I'm still curious as why even my minimal examples don't work
> properly.
>
> I have a five hundred bar full orchestral score and I need to typeset just
> bars 111-116 (and about
PMA writes:
> Carl Sorensen wrote:
> ...
>> Probably, in the learning manual, section 4.3.1 where it talks about
>> overriding
>> 'stencil to #f and to 'point-stencil, we should also show an example of
>> setting it to text-interface::print, along with some discussion that any
>> grob can have it
Thanks Caio,
I wrote a patch that makes a little bit of headway for this.
It's not as complete as it could be, but once it's part of LilyPond, I'll give
your examples a spin (remind me if I forget) and see if they're improved.
Cheers,
MS
On Dec 18, 2011, at 1:24 AM, Caio Barros wrote:
> I Fina
On 18 Dec 2011, at 09:11, -Eluze wrote:
>
>
> Damian leGassick wrote:
>>
>>
>>
>> I appreciate the fact that it was designed to save time when entering
>> data, but I'm still curious as why even my minimal examples don't work
>> properly.
>>
>> I have a five hundred bar full orchestral sco
On 18 Dec 2011, at 11:10, Damian leGassick wrote:
>
> On 18 Dec 2011, at 09:11, -Eluze wrote:
>
>>
>>
>> Damian leGassick wrote:
>>>
>>>
>>>
>>> I appreciate the fact that it was designed to save time when entering
>>> data, but I'm still curious as why even my minimal examples don't work
Damian leGassick wrote:
>
>>
>> Thanks again - but the grace note does not fix the slur problem in my
>> second minimal example:
>>
>> I guess for now i'll do it the old fashioned way - shame, because it so
>> nearly gets it right
>>
>> hopefully someone in dev will find some time to look at
hello list,
i'm trying to get systems without a system start delimiter, but with a bar
line at the beginning of each staff. like in figure 1 instead of figure 2.
i'm using \remove "System_start_delimiter_engraver", but then i don't know
how to print a line at the beginning of each staff. i trie
Hi, lily users:
I click on the URL and I got
Not Found
The requested URL
/archive/html/lilypond-user/attachments/20111218/bc798a5f/attachment-0001.jpg
was not found on this server.
Apache/2.2.14 Server at lists.gnu.org Port 80
Hi,
2011/12/18 luis jure :
>
>
> hello list,
>
> i'm trying to get systems without a system start delimiter, but with a bar
> line at the beginning of each staff. like in figure 1 instead of figure 2.
>
> i'm using \remove "System_start_delimiter_engraver", but then i don't know
> how to print a l
luis jure writes:
> hello list,
>
> i'm trying to get systems without a system start delimiter, but with a bar
> line at the beginning of each staff. like in figure 1 instead of figure 2.
>
> i'm using \remove "System_start_delimiter_engraver", but then i don't know
> how to print a line at the b
Ming,
On 18 December 2011 13:31, MING TSANG wrote:
> Hi, lily users:
> I click on the URL and I got
>
> Not Found
>
> The requested URL
> /archive/html/lilypond-user/attachments/20111218/bc798a5f/attachment-0001.jpg
> was not found on this server.
http://lists.gnu.org/ar
on 2011-12-18 at 14:38 Thomas Morley wrote:
>try:
>
>\version "2.14.2"
>
><<
>\new Staff { c'1 d' }
>\new Staff { c'1 d' }
>\new Staff { c'1 d' }
>\new Staff { c'1 d' }
>>>
>
>% or
>
>\new StaffGroup \with { \override SystemStartBracket #'transparent = ##t }
><<
>\new Staff { c'1 d' }
>\new Staff
I am using Lilypond 2.14.2 in 'full tablature' mode with no standard notation
staff. Just tablature.
I am trying to shorten the stem of two beamed grace notes attached to the
first note of a quarter note tuplet. Using the 'add-grace-note-property'
seems to work, but will only let me lengthen th
on 2011-12-18 at 14:39 David Kastrup wrote:
>Can you include the source for the example that does not yet do what you
>want? That way, it becomes much easier to be helpful.
again, i'm sorry i wasn't clear in the description of what i want. my
english is normally not very good, and it's even wo
Hello,
On 18 December 2011 00:54, Caio Barros wrote:
> I want to insist in this subject.
> I would like also to add a StaffGroup aligned to a staff and make the
> brackets appear right before the begining of the staff group instead of the
> left of the page. And naturally include the instrument n
Thank you. Good idea. =)
2011/12/18 James
> Hello,
>
> On 18 December 2011 00:54, Caio Barros wrote:
> > I want to insist in this subject.
> > I would like also to add a StaffGroup aligned to a staff and make the
> > brackets appear right before the begining of the staff group instead of
> the
Mika
On 17 December 2011 16:41, Mika Kuuskankare wrote:
> Dear all,
>
> Can anybody tell me is there a way to force accidentals and
> ledger lines visible when using \makeCluster?
Do you have a sample ly file or snippet or some other indication of
what you are trying to achieve?
Apart from havi
I'm trying to typeset an E minor seventh chord where the third is an octave
higher and the fifth is omitted in the key of E minor
Given the example below, I would expect that three notes are printed on the
staff: E–first line, D–fourth line, G–above the fifth line. However instead
of a G a G# is p
Am 18.12.2011 15:01, schrieb luis jure:
on 2011-12-18 at 14:38 Thomas Morley wrote:
try:
\version "2.14.2"
<<
\new Staff { c'1 d' }
\new Staff { c'1 d' }
\new Staff { c'1 d' }
\new Staff { c'1 d' }
% or
\new StaffGroup \with { \override SystemStartBracket #'transparent = ##t }
<<
\new Staff
On 18/12/11 23:34, -Eluze wrote:
Damian leGassick wrote:
Thanks again - but the grace note does not fix the slur problem in my
second minimal example:
I guess for now i'll do it the old fashioned way - shame, because it so
nearly gets it right
hopefully someone in dev will find some time to l
Róbert Kohányi writes:
> I'm trying to typeset an E minor seventh chord where the third is an
> octave higher and the fifth is omitted in the key of E minor
>
> Given the example below, I would expect that three notes are printed
> on the staff: E–first line, D–fourth line, G–above the fifth line
on 2011-12-18 at 20:14 Marc Hohl wrote:
>Here, LSR was my friend. Try
>
>http://lsr.dsi.unimi.it/LSR/Snippet?id=579
>
>in combination with the second example above:
>
>\score {
> \new StaffGroup \with { \override SystemStartBracket #'transparent
>= ##t }
><<
> % Must be lower than the
On my end, modifying "e,:1.7.10^3" to "e,:m1.7.10^3" in the supplied
example has no effect on the output. :/ At least one of the two variation
should produce a natural G above the fifth line, or am I overlooking
something here? (/me amateur-self-taught-hobbyist guitar player.)
Moreover, replacing
The following turned up when I tried to print out the part of the first
violin in a Christmas piece. I'm not shure whether the players can cope
with that but it would be nice if everything looked "normal".
I've tried a few things and did not succeed and I've found nothing in
the docs. (And I nee
Hi,
2011/12/17 oldwhtguy :
>
> I am using Lilypond 2.14.2 in 'full tablature' mode with no standard notation
> staff. Just tablature.
>
> I am trying to shorten the stem of two beamed grace notes attached to the
> first note of a quarter note tuplet. Using the 'add-grace-note-property'
> seems to
Hi,
2011/12/18 Róbert Kohányi :
> On my end, modifying "e,:1.7.10^3" to "e,:m1.7.10^3" in the supplied example
> has no effect on the output. :/ At least one of the two variation should
> produce a natural G above the fifth line, or am I overlooking something
> here? (/me amateur-self-taught-hobby
Hi,
2011/12/18 C.Flothow :
> The following turned up when I tried to print out the part of the first
> violin in a Christmas piece. I'm not shure whether the players can cope with
> that but it would be nice if everything looked "normal".
> I've tried a few things and did not succeed and I've foun
Hello,
On 18 December 2011 21:19, C.Flothow wrote:
> The following turned up when I tried to print out the part of the first
> violin in a Christmas piece. I'm not shure whether the players can cope with
> that but it would be nice if everything looked "normal".
> I've tried a few things and did
> you should have read more carefully what David wrote (and thought about
it):
In my first message I wrote that "If I change "e,:1.7.10^3" to
"e,:1.7.10-^3" I get the desired output." So this isn't *exactly* the
issue, but David's solution isn't exactly right too, as "e,:m1.7.10^3"
=/= "e,:1.7.10-
Hi Róbert,
2011/12/18 Róbert Kohányi :
>
> In my first message I wrote that "If I change "e,:1.7.10^3" to
> "e,:1.7.10-^3" I get the desired output."
so It's me who has to apologize not reading _your_ initial mail
carefully enough, misunderstanding you.
Sorry for the noise,
Harm
_
Hi,
how about:
\version "2.14.1"
#(define my-bar-glyph-alist
'(("|" . ("|" . "|"
#(define (my-bar-line::calc-glyph-name grob)
(let* ((index-cell (lambda (cell dir)
(if (equal? dir 1)
(cdr cell)
(car cell
on 2011-12-19 at 00:04 Thomas Morley wrote:
> Or did I misunderstand you again?
not at all! your code works perfectly, and that's exactly what i wanted.
now i have to study it to see how and why it works, and how to adapt it to
my score.
thanks a lot, writing scheme functions is way above my li
On 12/18/11 3:18 PM, "Róbert Kohányi" wrote:
>> you should have read more carefully what David wrote (and thought about
>>it):
>
>
>In my first message I wrote that "If I change "e,:1.7.10^3" to
>"e,:1.7.10-^3" I get the desired output." So this isn't *exactly* the
>issue, but David's solution
2011/12/19 luis jure :
> thanks a lot, writing scheme functions is way above my limited abilities...
you may have a look in output-lib.scm
You'll see I just copied and modified the code. :)
>
> i still have a question, though, because i am far from understanding the
> logic of lilypond syntax (a
Hey all,
In a large-scale Frenched score for band, I would like to have rehearsal
marks appear above the woodwinds as well as above the brass. In doing so,
however, I have encountered two problems in 2.14.2:
1) In adapting the snippet from NR 1.8.1 to refer to StaffGroup instead of
just Staff, th
Keith,
Great thanks! There are so many great things hiding in the LSR, and I
never find what I need... Thank god for the mailing list.
Edward
On 12/17/11 10:28 PM, Keith OHara wrote:
Edward Neeman gmail.com> writes:
How can I move dynamics further from the staff?
\relative c' {
\ove
I am receiving lily pond questions and answers. I do not wish to have these
emails sent to me anymore. How can I remove my email address from the list?___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-u
On 11-12-18 08:25 PM, Andrew Wood wrote:
*I am receiving lily pond questions and answers. I do not wish to
have these emails sent to me anymore. How can I remove my email
address from the list?*
___
lilypond-user mailing list
lilypond-user@gnu.org
38 matches
Mail list logo