Re: conditional \when-property

2013-07-31 Thread David Kastrup
Kieren MacMillan kieren_macmil...@sympatico.ca writes: Hi all, Found the correct solution (I think): #(define-markup-command (when-property layout props symbol markp) (symbol? markup?) (if (chain-assoc-get symbol props) (interpret-markup layout props markp) (ly:make-stencil

Re: tablet

2013-07-31 Thread Johan Vromans
i...@soundand.com writes: So I asked the question but instead of an answer you all got way off track. No has tried and doesn't really know. Drives me mad when the questions don't really get answered. So you didn't check http://linuxonandroid.org/ ? -- Johan

RE: tablet

2013-07-31 Thread SoundsFromSound
Perhaps, technically not a 'tablet' operating system, you could just get a netbook/convertible PC and install Linux on it. Then you could run LilyPond no problem, and also have a tablet experience. Just a thought. Jay Hamilton-3 wrote So I asked the question but instead of an answer you all

Strange warning during partcombine

2013-07-31 Thread James Worlton
This simple example shows an error in the console: \version 2.17.22 notesA = \relative c' { e4 \tuplet 3/2 { e8 e e } e2 } notesB = \relative c' { c4 \tuplet 3/2 { c8 c c } c2 } \score { \new Staff { \partcombine \notesA \notesB } } The console shows: warning: No tuplet to end c4

Re: Strange warning during partcombine

2013-07-31 Thread James Worlton
I should add that the error also appears when using \times 2/3 in place of \tuplet 3/2 James Worlton On Wed, Jul 31, 2013 at 12:58 PM, James Worlton jworl...@gmail.com wrote: This simple example shows an error in the console: \version 2.17.22 notesA = \relative c' { e4 \tuplet 3/2 { e8

Re: Strange warning during partcombine

2013-07-31 Thread James Worlton
Answered my own question. It's issue 245, so it's been around for quite a while. Sorry for the noise. James W On Wed, Jul 31, 2013 at 1:01 PM, James Worlton jworl...@gmail.com wrote: I should add that the error also appears when using \times 2/3 in place of \tuplet 3/2 James Worlton On

RE: tablet

2013-07-31 Thread Michael Rivers
Anything that runs on Windows will run on a Surface tablet (but not a Surface RT tablet). They're really expensive, though. -- View this message in context: http://lilypond.1069038.n5.nabble.com/RE-tablet-tp148599p148615.html Sent from the User mailing list archive at Nabble.com.

RE: tablet

2013-07-31 Thread Jan Rosseel
From: Olivier Biot olivier.b...@gmail.com To: Kieren MacMillan kieren_macmil...@sympatico.ca Cc: lilypond-user lilypond-user@gnu.org Subject: Re: Anyone using a tablet for lily? Message-ID: cahz1fzlo70dqp1y55jd3utq3v4skxsskgtz641wgzgfmskf...@mail.gmail.com Content-Type: text/plain;

Re: tablet

2013-07-31 Thread Tim McNamara
I use my iPad with unRealBook to organize lead sheets produced by LilyPond for all my gigs. With the Retina display it works fine for lead sheets but might be too small for orchestral or even piano music. Rumor has it that Apple is planning a 13 iPad, but then rumor has all sorts of things

Re: conditional \when-property

2013-07-31 Thread Kieren MacMillan
Hi David, Using empty-stencil rather than your own call of ly:make-stencil should work for more versions. This sounds useful… but I don't quite know what you are suggesting I do. Do you mean this (which appears to work, but still uses ly:make-stencil): #(define-markup-command (when-property

Re: conditional \when-property

2013-07-31 Thread David Nalesnik
Hi Kieren, On Wed, Jul 31, 2013 at 5:59 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Hi David, Using empty-stencil rather than your own call of ly:make-stencil should work for more versions. This sounds useful… but I don't quite know what you are suggesting I do. Do you

Re: conditional \when-property

2013-07-31 Thread Kieren MacMillan
Hi David, the ly:make-stencil in your function is unneccesary. All you need to do is the following: #(define-markup-command (when-property layout props symbol markp) (symbol? markup?) (if (chain-assoc-get symbol props) (interpret-markup layout props markp)

Re: tablet

2013-07-31 Thread Jan Rosseel
info at soundand.com writes: So I asked the question but instead of an answer you all got way off track. Is the answer (or so it seems) no No one has a tablet that they use Lily on or No has tried and doesn't really know. Drives me mad when the questions don't really get answered.