README.org (3671B)
1 #+title: Popper Études 2 #+author: Jamie Beardslee 3 #+email: jdb@jamzattack.xyz 4 5 This repository contains the LilyPond source for [[https://en.wikipedia.org/wiki/David_Popper][David Popper]]'s first 6 20 [[https://imslp.org/wiki/High_School_of_Cello_Playing,_Op.73_(Popper,_David)][cello études, Op. 73]]. 7 8 * Compilation 9 10 It takes a few minutes for my underpowered laptop to compile all 11 études, so I've uploaded the compiled PDFs [[https://music.jamzattack.xyz/Popper/etudes.html][here]]. 12 13 I've tried to make these compile with as few warnings possible. 14 However, there are some warnings for a few, mostly related to 15 over-full pages: 16 17 #+begin_src sh :results value verbatim :exports both 18 make -B 13.pdf 15.pdf 16.pdf 17.pdf 20.pdf 2>&1 19 #+end_src 20 21 #+RESULTS: 22 #+begin_example 23 lilypond 13.ly 24 Processing `13.ly' 25 Parsing... 26 Interpreting music...[8][16][24][32][40][48][56][64][72] 27 13.ly:321:3: warning: No tremolo to end 28 29 \repeat tremolo 6 { ds32_2 b_\thumb } | 30 [80] 31 Preprocessing graphical objects... 32 Interpreting music... 33 MIDI output to `13.midi'... 34 Finding the ideal number of pages... 35 Fitting music on 1 or 2 pages... 36 Drawing systems... 37 warning: compressing over-full page by 3.6 staff-spaces 38 warning: page 2 has been compressed 39 Layout output to `/tmp/lilypond-U1ighU'... 40 Converting to `13.pdf'... 41 Deleting `/tmp/lilypond-U1ighU'... 42 Success: compilation successfully completed 43 lilypond 15.ly 44 Processing `15.ly' 45 Parsing... 46 Interpreting music...[8][16][24][32][40][48][56][64][72][80][88][96][104][112][120][128] 47 Preprocessing graphical objects... 48 Interpreting music... 49 MIDI output to `15.midi'... 50 Finding the ideal number of pages... 51 Fitting music on 1 or 2 pages... 52 Drawing systems... 53 warning: compressing over-full page by 15.5 staff-spaces 54 warning: page 2 has been compressed 55 Layout output to `/tmp/lilypond-U7Ljfq'... 56 Converting to `15.pdf'... 57 Deleting `/tmp/lilypond-U7Ljfq'... 58 Success: compilation successfully completed 59 lilypond 16.ly 60 Processing `16.ly' 61 Parsing... 62 Interpreting music...[8][16][24][32][40][48][56][64] 63 Preprocessing graphical objects... 64 Interpreting music... 65 MIDI output to `16.midi'... 66 Finding the ideal number of pages... 67 Fitting music on 1 or 2 pages... 68 Drawing systems... 69 warning: compressing over-full page by 2.7 staff-spaces 70 warning: page 2 has been compressed 71 Layout output to `/tmp/lilypond-V5qFvy'... 72 Converting to `16.pdf'... 73 Deleting `/tmp/lilypond-V5qFvy'... 74 Success: compilation successfully completed 75 lilypond 17.ly 76 Processing `17.ly' 77 Parsing... 78 Interpreting music...[8][16][24] 79 Preprocessing graphical objects... 80 Interpreting music... 81 MIDI output to `17.midi'... 82 Finding the ideal number of pages... 83 Fitting music on 1 page... 84 Drawing systems... 85 warning: compressing over-full page by 16.3 staff-spaces 86 warning: page 1 has been compressed 87 Layout output to `/tmp/lilypond-UzH8fK'... 88 Converting to `17.pdf'... 89 Deleting `/tmp/lilypond-UzH8fK'... 90 Success: compilation successfully completed 91 lilypond 20.ly 92 Processing `20.ly' 93 Parsing... 94 Interpreting music...[8][16][24][32] 95 20.ly:160:19: warning: barcheck failed at: 1/2 96 a16( d_2 fs,) 97 | 98 [40] 99 Preprocessing graphical objects... 100 Interpreting music... 101 20.ly:160:19: warning: barcheck failed at: 1/2 102 a16( d_2 fs,) 103 | 104 MIDI output to `20.midi'... 105 Finding the ideal number of pages... 106 Fitting music on 1 or 2 pages... 107 Drawing systems... 108 Layout output to `/tmp/lilypond-BKviOk'... 109 Converting to `20.pdf'... 110 Deleting `/tmp/lilypond-BKviOk'... 111 Success: compilation successfully completed 112 #+end_example 113 114