Hi list.
I asked this very question way back in 2011. Time to raise it again, maybe
there is a way to do it now. The original thread is here:
https://lists.gnu.org/archive/html/lilypond-user/2011-09/msg00208.html
This is probably in the manual, but I can't find it so I'm asking you
all. In a seq
On 03/03/2017 09:10 AM, Sven Axelsson wrote:
Hi list.
I asked this very question way back in 2011. Time to raise it again,
maybe there is a way to do it now. The original thread is here:
https://lists.gnu.org/archive/html/lilypond-user/2011-09/msg00208.html
This is probably in the manual, but
Jeffery Shivers writes:
> On Thu, Mar 2, 2017 at 9:48 PM, Jinsong Zhao wrote:
>> On 2017/3/3 10:35, Jeffery Shivers wrote:
>>>
>>> On Thu, Mar 2, 2017 at 9:24 PM, Jinsong Zhao wrote:
Hi there,
In a violin score, I saw something similar to the following code, but the
sec
Sven Axelsson writes:
> Hi list.
>
> I asked this very question way back in 2011. Time to raise it again, maybe
> there is a way to do it now. The original thread is here:
> https://lists.gnu.org/archive/html/lilypond-user/2011-09/msg00208.html
>
>
> This is probably in the manual, but I can't fi
On 3 March 2017 at 10:10, David Kastrup wrote:
> Sven Axelsson writes:
>
> > Hi list.
> >
> > I asked this very question way back in 2011. Time to raise it again,
> maybe
> > there is a way to do it now. The original thread is here:
> > https://lists.gnu.org/archive/html/lilypond-user/2011-09/ms
Hi list.
Surely this is a bug? The leading gracenote in the first alternative breaks
autobeaming for the rest of the piece. I know that gracenotes are a little
strange in regards to timing, but this looks simple enough to me.
\version "2.19.56"
\relative c'' {
\repeat volta 2 {
c8. c16 c4 c2 |
}
Hi Sven,
Graces are a bit subtle. Try this:
== snip
\version "2.19.56"
\relative c'' {
\repeat volta 2 {
c8. c16 c4 c2 |
}
\alternative {
{ \grace { c32 } c8. c16 c4 c2 | }
{ \grace { s32 } c8. c16 c4 c2 | }
}
c8. c16 c4 c2 |
}
== snip
On 3 March 2017 at 21:48, Sven A
On 3 March 2017 at 11:53, Andrew Bernard wrote:
> Hi Sven,
>
> Graces are a bit subtle. Try this:
>
> \version "2.19.56"
>
> \relative c'' {
> \repeat volta 2 {
> c8. c16 c4 c2 |
> }
> \alternative {
> { \grace { c32 } c8. c16 c4 c2 | }
> { \grace { s32 } c8. c16 c4 c2 | }
> }
If I have a patch for an update of the css for the existing site, where can
I submit it?
--
John Roper
Freelance Developer and Simulation Artist
Boston MA, USA
http://jmroper.com/
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.or
Instructions are here:
http://lilypond.org/doc/v2.19/Documentation/contributor/patches
So - ideally to the developer mailing list.
--
Phil Holmes
- Original Message -
From: John Roper
To: David Kastrup
Cc: LilyPond-User list
Sent: Friday, March 03, 2017 11:23 AM
Subject
Sven Axelsson writes:
> On 3 March 2017 at 11:53, Andrew Bernard wrote:
>
>> Hi Sven,
>>
>> Graces are a bit subtle. Try this:
>>
>> \version "2.19.56"
>>
>> \relative c'' {
>> \repeat volta 2 {
>> c8. c16 c4 c2 |
>> }
>> \alternative {
>> { \grace { c32 } c8. c16 c4 c2 | }
>>
On 2017/3/3 17:02, David Kastrup wrote:
Jeffery Shivers writes:
On Thu, Mar 2, 2017 at 9:48 PM, Jinsong Zhao wrote:
On 2017/3/3 10:35, Jeffery Shivers wrote:
On Thu, Mar 2, 2017 at 9:24 PM, Jinsong Zhao wrote:
Hi there,
In a violin score, I saw something similar to the following code,
Jinsong Zhao writes:
> On 2017/3/3 17:02, David Kastrup wrote:
>> Jeffery Shivers writes:
>>
>>> On Thu, Mar 2, 2017 at 9:48 PM, Jinsong Zhao wrote:
On 2017/3/3 10:35, Jeffery Shivers wrote:
>
> On Thu, Mar 2, 2017 at 9:24 PM, Jinsong Zhao wrote:
>>
>> Hi there,
>>
>>>
On Fri, Mar 3, 2017 at 10:14 AM, David Kastrup wrote:
> Jinsong Zhao writes:
>
>> On 2017/3/3 17:02, David Kastrup wrote:
>>> Jeffery Shivers writes:
>>>
On Thu, Mar 2, 2017 at 9:48 PM, Jinsong Zhao wrote:
> On 2017/3/3 10:35, Jeffery Shivers wrote:
>>
>> On Thu, Mar 2, 2017 at
Am 03.03.2017 um 16:49 schrieb Jeffery Shivers:
[1] find a full list of available glyphs in "ps/encodingdefs.ps".
More easily, there is an appendix to the Notation Reference under A:
‘The Feta Font’, which shows all the glyphs along with their names.
Best, Simon
On Fri, Mar 3, 2017 at 10:57 AM, Simon Albrecht wrote:
> Am 03.03.2017 um 16:49 schrieb Jeffery Shivers:
>>
>> [1] find a full list of available glyphs in "ps/encodingdefs.ps".
>
>
> More easily, there is an appendix to the Notation Reference under A: ‘The
> Feta Font’, which shows all the glyphs
2017-03-03 3:43 GMT+01:00 kmg :
> I'm using custom font of which I have only regular italic variant; while it
> makes expression text look good, it also makes dynamics made in \markup
> appear like they were typed in this font instead with my music font.
>
>
> MWE (somewhat):
>
> \version "2.19.55"
Well, I thought I was clear enough in my message, but I tend to
overcomplicate things I guess. The issue was, I couldn't really post more
code, because it was my font issue, so it couldn't be replicated on any
LilyPond installation (because it works as intended when using default
font).
Your magic
Am 04.03.2017 um 01:00 schrieb kmg:
As an additional request, could you recommend some starting points for
Scheme learning?
First, there’s LilyPond’s own Extending Manual, which covers some of the
more pertinent basics.
Then there’s the Guile Reference Manual and R5RS. The latter can also
giv
http://lilypondblog.org/category/using-lilypond/advanced/scheme-tutorials/
- also found this.
I wasn't aware it's right there in the manuals.. maybe because it's listed
under 'infrequent'. Thank you!
Pozdrawiam,
Krzysztof Gutowski
2017-03-04 1:13 GMT+01:00 Simon Albrecht :
> Am 04.03.2017 um 01
On 25 February 2017 at 20:45, Johan Vromans wrote:
> On Sat, 25 Feb 2017 10:33:11 +1100, Vaughan McAlley
> wrote:
>
>> Maybe your keyboard is interpreting F8 as something else rather than
>> the function key proper.
>
> It seems that lq isn't intercepting keystrokes at all. After uncommenting
> l
Am 4. März 2017 01:28:43 MEZ schrieb kmg :
>http://lilypondblog.org/category/using-lilypond/advanced/scheme-tutorials/
>- also found this.
>
>I wasn't aware it's right there in the manuals.. maybe because it's
>listed
>under 'infrequent'. Thank you!
https://scheme-book.ursliska.de tries to be a
22 matches
Mail list logo