My personal experience is Lilypond currently focus on "printing" page, not for screen.

I use my kindle version format for 6' e-ink reader. And the note size is only can be read as a book. But it's too small for reading when you play piano/guitar. I really prefer to 10'-12' e-ink reader for music performance.

Please kindly find my kindle3 and A4 version for "Mikro Cosmos" by Bela Batork.

For future, the solution may in SVG + html output of lilypond. But I am not familiar with epub standard if it support SVG very well.

Regards,

benluo

On 05/03/2012 09:39, Nils wrote:
On Mon, 5 Mar 2012 01:39:38 +0100
Francisco Vila<paconet....@gmail.com>  wrote:

2012/3/2 Nils<l...@nilsgey.de>:
I tried pdf and epub books now and it is clear that epdf is not a good format 
for this device. I suspect the same for other readers which are not A4 size or 
bigger.
...

Any thoughts on this topic? I immediately found this relevant to my interest, 
once I saw the staticness and resulting uglyness of PDF compared to the 
elegance of ePub (for text). I can not imagine music notation as pdf here.
Well, this looks good: https://t.co/suH4Qb9I

--
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com


But is this an 6x8 (*scale factor) PDF/image or do you get new measure breaks 
if you zoom in/out? I'm aiming for measure breaks.

Nils

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
\version "2.12.3"

\header {
  title = "Canon at the Lower Fifth"
  composer = "Bartók, Béla"
  style = "Classical"
  copyright = "Public Domain in Some Countries"
  maintainer = "Ben Luo"
  lastupdated = "2011/April/5"
  version = "2.12.3"

}

upper = \relative c' {
  \clef treble
  \key c \major 
  \time 4/4
  \tempo Moderato 4 = 112 
  
  c2\f-1(d f1) e4(d c2 f1) e4(d e c d1) c4(d2 c4 d1)
  g2 g d d c(d4 e f2) f e4(c d e f2) f4(g f e d c d1)
  c4(g'2 c,4 d1) c4(e2 c4 f1) e2(d f c d1~d1)
  \bar"|."
}

lower = \relative c {
  \clef bass
  \key c \major
  \time 4/4
  
  r1 g2-5(a c1) b4(a g2 c1) b4(a b g a1) g4(a2 g4)
  r1 d'2 d a a g(a4 b c2) c b4(g a b c2) c4(d c b a g a1)
  g4(d'2 g,4 a1) g4(b2 g4 c1) b2(a c g~g1)
  \bar"|."
}

\score {
  \new PianoStaff <<
    \set PianoStaff.instrumentName = "30"
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>
  \layout { }
  \midi { }
}
\version "2.12.3"
% This format is for 6' e-ink reader.
#(set-default-paper-size "a6")
#(set-global-staff-size 20)

\paper {
  top-margin = 1\mm
  bottom-margin = 1\mm
  left-margin = 5\mm
  line-width = 98\mm
  print-page-number = ##f
  page-limit-inter-system-space = ##t
  
}

\header {
  title = "Canon at the Lower Fifth"
  composer = "Bartók, Béla"
  style = "Classical"
  copyright = "Public Domain in Some Countries"
  maintainer = "Ben Luo"
  lastupdated = "2011/April/5"
  version = "2.12.3"

}

upper = \relative c' {
  \clef treble
  \key c \major 
  \time 4/4
  \tempo Moderato 4 = 112 
  
  c2\f-1(d f1) e4(d c2 f1) e4(d e c d1) c4(d2 c4 d1)
  g2 g d d c(d4 e f2) f e4(c d e f2) f4(g f e d c d1)
  c4(g'2 c,4 d1) c4(e2 c4 f1) e2(d f c d1~d1)
  \bar"|."
}

lower = \relative c {
  \clef bass
  \key c \major
  \time 4/4
  
  r1 g2-5(a c1) b4(a g2 c1) b4(a b g a1) g4(a2 g4)
  r1 d'2 d a a g(a4 b c2) c b4(g a b c2) c4(d c b a g a1)
  g4(d'2 g,4 a1) g4(b2 g4 c1) b2(a c g~g1)
  \bar"|."
}

\score {
  \new PianoStaff <<
    \set PianoStaff.instrumentName = "30"
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>
  \layout { }
  \midi { }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to