diff options
author | Case Duckworth | 2015-03-27 15:40:42 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-27 15:40:42 -0700 |
commit | 643d9ceb308c206a6e572c7c555168ff0ca60bc1 (patch) | |
tree | 8878d45b3dcc5c894a21d4e379be0f7293c5d345 /music-433.html | |
parent | Change verse lines '$' -> '^| ' (diff) | |
download | autocento-643d9ceb308c206a6e572c7c555168ff0ca60bc1.tar.gz autocento-643d9ceb308c206a6e572c7c555168ff0ca60bc1.zip |
Fix #5: Verse typesetting
Thanks to the pandoc-discussion thread at <https://groups.google.com/forum/#!topic/pandoc-discuss/_JnTJnsSK3k>, line breaks in verse have been converted to <span class="line">s, which enables the CSS to style them with hanging indents, given a too-small viewport. This commit also includes a makefile edit to reflect this change, and the Haskell source and executable of the pandoc filter.
Diffstat (limited to 'music-433.html')
-rw-r--r-- | music-433.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/music-433.html b/music-433.html index 38ecf36..dbe2c73 100644 --- a/music-433.html +++ b/music-433.html | |||
@@ -38,12 +38,12 @@ | |||
38 | 38 | ||
39 | 39 | ||
40 | <section class="content verse"> | 40 | <section class="content verse"> |
41 | <p>Silence lies underneath us all in the same way<br /><a href="http://members.authorsguild.net/svobodni/resonance_80307.htm" title="Personals">the Nile has a river underneath ten times as large</a><br />(although this is an urban legend, apparently).</p> | 41 | <p><span class="line">Silence lies underneath us all in the same way</span><span class="line"><a href="http://members.authorsguild.net/svobodni/resonance_80307.htm" title="Personals">the Nile has a river underneath ten times as large</a></span><span class="line">(although this is an urban legend, apparently).</span></p> |
42 | <p>So underneath <a href="phone.html">truth</a> or legend, flowing by<br />the feel of their own <a href="nothing-is-ever-over.html">silence</a>, move the stars:<br />silence lies underneath us all in the same way.</p> | 42 | <p><span class="line">So underneath <a href="phone.html">truth</a> or legend, flowing by</span><span class="line">the feel of their own <a href="nothing-is-ever-over.html">silence</a>, move the stars:</span><span class="line">silence lies underneath us all in the same way.</span></p> |
43 | <p><a href="https://www.youtube.com/watch?feature=player_detailpage&v=zY7UK-6aaNA#t=39">John Cage</a>, I think, understood this: the way<br />that, in a silent room, one still hears the nerves<br />(although this is an urban legend, apparently),</p> | 43 | <p><span class="line"><a href="https://www.youtube.com/watch?feature=player_detailpage&v=zY7UK-6aaNA#t=39">John Cage</a>, I think, understood this: the way</span><span class="line">that, in a silent room, one still hears the nerves</span><span class="line">(although this is an urban legend, apparently),</span></p> |
44 | <p>or the heart, which I find more easily<br />believable: there simply is no way that, by and large,<br />silence lies underneath us all in the same way.</p> | 44 | <p><span class="line">or the heart, which I find more easily</span><span class="line">believable: there simply is no way that, by and large,</span><span class="line">silence lies underneath us all in the same way.</span></p> |
45 | <p>There must be different silences, because we<br />have different <a href="swansong.html">songs</a> to drown them out, different gods<br />(although these are urban legends, apparently).</p> | 45 | <p><span class="line">There must be different silences, because we</span><span class="line">have different <a href="swansong.html">songs</a> to drown them out, different gods</span><span class="line">(although these are urban legends, apparently).</span></p> |
46 | <p>But is not all <a href="swansong-alt.html">sound one sound</a>? You and I<br />are two faces to the same head, the same body.<br />Silence lies underneath us all in the same way—<br />although this is an urban legend, apparently.</p> | 46 | <p><span class="line">But is not all <a href="swansong-alt.html">sound one sound</a>? You and I</span><span class="line">are two faces to the same head, the same body.</span><span class="line">Silence lies underneath us all in the same way—</span><span class="line">although this is an urban legend, apparently.</span></p> |
47 | </section> | 47 | </section> |
48 | </article> | 48 | </article> |
49 | <nav> | 49 | <nav> |